Html Css Color HEX #F00287 Deep Pink

📋 copy color: '#F00287'

red 240 ◦ green 2 ◦ blue 135

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

Shades of Deep Pink #F00287

Tints of Deep Pink #F00287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 63.66%
G = 0.53%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#F00287 (or 0xF00287) is known color: Deep Pink. HEX triplet: F0, 02 and 87. RGB value is (240,2,135). Sum of RGB (Red+Green+Blue) = 240+2+135=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00287 is #0FFD78. Grayscale: #585858. Windows color (decimal): -1047929 or 8848112. OLE color: 8848112.

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

Color convert

RGB 240 2 135 -
CMYK 0 0.99 0.44 0.06
HSL 326.47º 0.98% 0.47% -
HSV(B) 326.47º 0.99% 0.94% -
XYZ 40.33 20.32 24.72 -
YUV 88.32 154.35 236.19 -
System Red Green Blue C M Y K H S L
Decimal 240 2 135 0 0.99 0.44 0.06 326.47 0.98 0.47
Hex F0 2 87 0 63 2C 6 146 62 2F
Octal 360 2 207 0 143 54 6 506 142 57
Binary 11110000 10 10000111 0 1100011 101100 110 101000110 1100010 101111

Color Harmonies of #F00287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00287

Black with #F00287

Text Example


Text Example

White with #F00287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00287; }

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

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

background-color css

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

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

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

border-color css

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

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

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