Html Css Color HEX #F01887 Deep Pink

📋 copy color: '#F01887'

red 240 ◦ green 24 ◦ blue 135

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

Shades of Deep Pink #F01887

Tints of Deep Pink #F01887

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.02%

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

R = 60.15%
G = 6.02%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01887 (or 0xF01887) is known color: Deep Pink. HEX triplet: F0, 18 and 87. RGB value is (240,24,135). Sum of RGB (Red+Green+Blue) = 240+24+135=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F01887 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01887 is #0FE778. Grayscale: #656565. Windows color (decimal): -1042297 or 8853744. OLE color: 8853744.

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

Color convert

RGB 240 24 135 -
CMYK 0 0.9 0.44 0.06
HSL 329.17º 0.88% 0.52% -
HSV(B) 329.17º 0.9% 0.94% -
XYZ 40.63 20.93 24.82 -
YUV 101.24 147.06 226.97 -
System Red Green Blue C M Y K H S L
Decimal 240 24 135 0 0.9 0.44 0.06 329.17 0.88 0.52
Hex F0 18 87 0 5A 2C 6 149 58 34
Octal 360 30 207 0 132 54 6 511 130 64
Binary 11110000 11000 10000111 0 1011010 101100 110 101001001 1011000 110100

Color Harmonies of #F01887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01887

Black with #F01887

Text Example


Text Example

White with #F01887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01887; }

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

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

background-color css

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

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

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

border-color css

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

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

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