Html Css Color HEX #F00A87 Deep Pink

📋 copy color: '#F00A87'

red 240 ◦ green 10 ◦ blue 135

#F00A87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F00A87

Tints of Deep Pink #F00A87

RGB

 RED value IS 240 (94.14% from 255) = 62.34%

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 62.34%
G = 2.6%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F00A87 (or 0xF00A87) is known color: Deep Pink. HEX triplet: F0, 0A and 87. RGB value is (240,10,135). Sum of RGB (Red+Green+Blue) = 240+10+135=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A87 is #0FF578. Grayscale: #5C5C5C. Windows color (decimal): -1045881 or 8850160. OLE color: 8850160.

HSL color Cylindrical-coordinate representation of color #F00A87: hue angle of 327.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A87 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 10 135 -
CMYK 0 0.96 0.44 0.06
HSL 327.39º 0.92% 0.49% -
HSV(B) 327.39º 0.96% 0.94% -
XYZ 40.42 20.49 24.75 -
YUV 93.02 151.7 232.84 -
System Red Green Blue C M Y K H S L
Decimal 240 10 135 0 0.96 0.44 0.06 327.39 0.92 0.49
Hex F0 A 87 0 60 2C 6 147 5C 31
Octal 360 12 207 0 140 54 6 507 134 61
Binary 11110000 1010 10000111 0 1100000 101100 110 101000111 1011100 110001

Color Harmonies of #F00A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00A87

Black with #F00A87

Text Example


Text Example

White with #F00A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00A87; }

 p { color: rgb(240,10,135); }

 H1.HeaderClassName
 {
   color: #F00A87;
 }
 .AnyTagClassName
 {
   color: #F00A87;
 }
</style>

background-color css

<style>
 a { background-color: #F00A87; }

 a { background-color: rgb(240,10,135); }

 div.DivClassName
 {
   background-color: #F00A87;
 }
 .BgClassName
 {
   background-color: #F00A87;
 }
</style>

border-color css

<style>
 span { border-color: #F00A87; }

 span { border-color: rgb(240,10,135); }

 td.TdClassName
 {
   border-color: #F00A87;
 }
 .TagClassName
 {
   border-color: #F00A87;
 }
</style>