Color Hex Logo

#f250ad Color Hex

#F250AD
(242,80,173)
0 Favorites   0 Comments

Color spaces of #f250ad

RGB 24280173
HSL0.900.860.63
HSV326°67°95°
CMYK 0.000.670.29   0.05
XYZ47.029427.631742.3899
Yxy27.63170.40180.2361
Hunter Lab52.565967.7093-11.0162
CIE-Lab59.554569.8040-15.7710

#f250ad color RGB value is (242,80,173).

#f250ad hex color red value is 242, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f250ad hue: 0.90 , saturation: 0.86 and the lightness value of f250ad is 0.63.

The process color (four color CMYK) of #f250ad color hex is 0.00, 0.67, 0.29, 0.05. Web safe color of #f250ad is #ff6699. Color #f250ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010000 10101101
Octal 362 120 255
Decimal 242 80 173
Hex F2 50 AD

RGB Percentages of Color #f250ad

%48.89
%16.16
%34.95

CMYK Percentages of Color #f250ad

%0
%67
%29
%5

Triadic Colors of #f250ad

#f250ad #adf250 #50adf2

Analogous Colors of #f250ad

#f250ad #f2505c #e650f2

Monochromatic Colors of #f250ad

#f250ad

Complementary Color

#f250ad #50f295

#f250ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f250ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f250ad Color CSS Codes

.mybgcolor {background-color:#f250ad; } 
.myforecolor {color:#f250ad; }
.mybordercolor {border:3px solid #f250ad; }

#f250ad Text Font Color

<p style="color:#f250ad">Text here</p>

This sample text font color is #f250ad
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f250ad Background Color

<div style="background-color:#f250ad">
Div content here</div>

This div background color is #f250ad


#f250ad Border Color

<div style="border:3px solid #f250ad">
Div here</div>

This div border color is #f250ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,80,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f250ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f250ad;
  -webkit-box-shadow: 1px 1px 3px 2px #f250ad;
  box-shadow:         1px 1px 3px 2px #f250ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,80,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f250ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f250ad;
  -webkit-box-shadow: 1px 1px 3px 2px #f250ad;
  box-shadow:         1px 1px 3px 2px #f250ad;">
Div content here</div>

This div box has shadow with color #f250ad


Comments

No comments written yet.

Please login to write comment.