Html Css Color HEX #F0029D Hollywood Cerise

📋 copy color: '#F0029D'

red 240 ◦ green 2 ◦ blue 157

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

Shades of Hollywood Cerise #F0029D

Tints of Hollywood Cerise #F0029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 60.15%
G = 0.5%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0029D (or 0xF0029D) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 9D. RGB value is (240,2,157). Sum of RGB (Red+Green+Blue) = 240+2+157=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0029D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0029D is #0FFD62. Grayscale: #5A5A5A. Windows color (decimal): -1047907 or 10289904. OLE color: 10289904.

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

Color convert

RGB 240 2 157 -
CMYK 0 0.99 0.35 0.06
HSL 320.92º 0.98% 0.47% -
HSV(B) 320.92º 0.99% 0.94% -
XYZ 42.04 21 33.74 -
YUV 90.83 165.35 234.4 -
System Red Green Blue C M Y K H S L
Decimal 240 2 157 0 0.99 0.35 0.06 320.92 0.98 0.47
Hex F0 2 9D 0 63 23 6 141 62 2F
Octal 360 2 235 0 143 43 6 501 142 57
Binary 11110000 10 10011101 0 1100011 100011 110 101000001 1100010 101111

Color Harmonies of #F0029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0029D

Black with #F0029D

Text Example


Text Example

White with #F0029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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