Html Css Color HEX #F01287 Deep Pink

📋 copy color: '#F01287'

red 240 ◦ green 18 ◦ blue 135

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

Shades of Deep Pink #F01287

Tints of Deep Pink #F01287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.58%

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

R = 61.07%
G = 4.58%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F01287 (or 0xF01287) is known color: Deep Pink. HEX triplet: F0, 12 and 87. RGB value is (240,18,135). Sum of RGB (Red+Green+Blue) = 240+18+135=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01287 is #0FED78. Grayscale: #616161. Windows color (decimal): -1043833 or 8852208. OLE color: 8852208.

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

Color convert

RGB 240 18 135 -
CMYK 0 0.92 0.44 0.06
HSL 328.38º 0.88% 0.51% -
HSV(B) 328.38º 0.93% 0.94% -
XYZ 40.52 20.71 24.78 -
YUV 97.72 149.05 229.49 -
System Red Green Blue C M Y K H S L
Decimal 240 18 135 0 0.92 0.44 0.06 328.38 0.88 0.51
Hex F0 12 87 0 5C 2C 6 148 58 33
Octal 360 22 207 0 134 54 6 510 130 63
Binary 11110000 10010 10000111 0 1011100 101100 110 101001000 1011000 110011

Color Harmonies of #F01287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01287

Black with #F01287

Text Example


Text Example

White with #F01287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01287; }

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

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

background-color css

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

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

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

border-color css

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

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

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