Html Css Color HEX #F2029C Hollywood Cerise

📋 copy color: '#F2029C'

red 242 ◦ green 2 ◦ blue 156

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

Shades of Hollywood Cerise #F2029C

Tints of Hollywood Cerise #F2029C

RGB

 RED value IS 242 (94.92% from 255) = 60.5%

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

 BLUE value IS 156 (61.33% from 255) = 39%

R = 60.5%
G = 0.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2029C (or 0xF2029C) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 9C. RGB value is (242,2,156). Sum of RGB (Red+Green+Blue) = 242+2+156=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2029C is #0DFD63. Grayscale: #5A5A5A. Windows color (decimal): -916836 or 10224370. OLE color: 10224370.

HSL color Cylindrical-coordinate representation of color #F2029C: hue angle of 321.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F2029C is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 2 156 -
CMYK 0 0.99 0.36 0.05
HSL 321.5º 0.98% 0.48% -
HSV(B) 321.5º 0.99% 0.95% -
XYZ 42.64 21.32 33.32 -
YUV 91.32 164.51 235.48 -
System Red Green Blue C M Y K H S L
Decimal 242 2 156 0 0.99 0.36 0.05 321.5 0.98 0.48
Hex F2 2 9C 0 63 24 5 142 62 30
Octal 362 2 234 0 143 44 5 502 142 60
Binary 11110010 10 10011100 0 1100011 100100 101 101000010 1100010 110000

Color Harmonies of #F2029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2029C

Black with #F2029C

Text Example


Text Example

White with #F2029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2029C; }

 p { color: rgb(242,2,156); }

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

background-color css

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

 a { background-color: rgb(242,2,156); }

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

border-color css

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

 span { border-color: rgb(242,2,156); }

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