Html Css Color HEX #F2029B Hollywood Cerise

📋 copy color: '#F2029B'

red 242 ◦ green 2 ◦ blue 155

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

Shades of Hollywood Cerise #F2029B

Tints of Hollywood Cerise #F2029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 60.65%
G = 0.5%
B = 38.85%

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

#F2029B (or 0xF2029B) is known color: Hollywood Cerise. HEX triplet: F2, 02 and 9B. RGB value is (242,2,155). Sum of RGB (Red+Green+Blue) = 242+2+155=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2029B is #0DFD64. Grayscale: #5A5A5A. Windows color (decimal): -916837 or 10158834. OLE color: 10158834.

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

Color convert

RGB 242 2 155 -
CMYK 0 0.99 0.36 0.05
HSL 321.75º 0.98% 0.48% -
HSV(B) 321.75º 0.99% 0.95% -
XYZ 42.56 21.29 32.88 -
YUV 91.2 164.01 235.56 -
System Red Green Blue C M Y K H S L
Decimal 242 2 155 0 0.99 0.36 0.05 321.75 0.98 0.48
Hex F2 2 9B 0 63 24 5 142 62 30
Octal 362 2 233 0 143 44 5 502 142 60
Binary 11110010 10 10011011 0 1100011 100100 101 101000010 1100010 110000

Color Harmonies of #F2029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2029B

Black with #F2029B

Text Example


Text Example

White with #F2029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2029B; }

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

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

background-color css

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

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

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

border-color css

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

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

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