Html Css Color HEX #F2019C Hollywood Cerise

📋 copy color: '#F2019C'

red 242 ◦ green 1 ◦ blue 156

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

Shades of Hollywood Cerise #F2019C

Tints of Hollywood Cerise #F2019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 60.65%
G = 0.25%
B = 39.1%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2019C (or 0xF2019C) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 9C. RGB value is (242,1,156). Sum of RGB (Red+Green+Blue) = 242+1+156=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F2019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2019C is #0DFE63. Grayscale: #5A5A5A. Windows color (decimal): -917092 or 10224114. OLE color: 10224114.

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

Color convert

RGB 242 1 156 -
CMYK 0 1.00 0.36 0.05
HSL 321.41º 0.99% 0.48% -
HSV(B) 321.41º 1% 0.95% -
XYZ 42.63 21.3 33.32 -
YUV 90.73 164.84 235.9 -
System Red Green Blue C M Y K H S L
Decimal 242 1 156 0 1.00 0.36 0.05 321.41 0.99 0.48
Hex F2 1 9C 0 64 24 5 141 63 30
Octal 362 1 234 0 144 44 5 501 143 60
Binary 11110010 1 10011100 0 1100100 100100 101 101000001 1100011 110000

Color Harmonies of #F2019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2019C

Black with #F2019C

Text Example


Text Example

White with #F2019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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