Html Css Color HEX #F0029F Hollywood Cerise

📋 copy color: '#F0029F'

red 240 ◦ green 2 ◦ blue 159

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

Shades of Hollywood Cerise #F0029F

Tints of Hollywood Cerise #F0029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 59.85%
G = 0.5%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F0029F (or 0xF0029F) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 9F. RGB value is (240,2,159). Sum of RGB (Red+Green+Blue) = 240+2+159=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0029F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0029F is #0FFD60. Grayscale: #5A5A5A. Windows color (decimal): -1047905 or 10420976. OLE color: 10420976.

HSL color Cylindrical-coordinate representation of color #F0029F: hue angle of 320.42º 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 #F0029F is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 159 -
CMYK 0 0.99 0.34 0.06
HSL 320.42º 0.98% 0.47% -
HSV(B) 320.42º 0.99% 0.94% -
XYZ 42.21 21.07 34.64 -
YUV 91.06 166.35 234.23 -
System Red Green Blue C M Y K H S L
Decimal 240 2 159 0 0.99 0.34 0.06 320.42 0.98 0.47
Hex F0 2 9F 0 63 22 6 140 62 2F
Octal 360 2 237 0 143 42 6 500 142 57
Binary 11110000 10 10011111 0 1100011 100010 110 101000000 1100010 101111

Color Harmonies of #F0029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0029F

Black with #F0029F

Text Example


Text Example

White with #F0029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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