Html Css Color HEX #F20090 Hollywood Cerise

📋 copy color: '#F20090'

red 242 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #F20090

Tints of Hollywood Cerise #F20090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 62.69%
G = 0%
B = 37.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20090 (or 0xF20090) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 90. RGB value is (242,0,144). Sum of RGB (Red+Green+Blue) = 242+0+144=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F20090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20090 is #0DFF6F. Grayscale: #585858. Windows color (decimal): -917360 or 9437426. OLE color: 9437426.

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

Color convert

RGB 242 0 144 -
CMYK 0 1 0.40 0.05
HSL 324.3º 1% 0.47% -
HSV(B) 324.3º 1% 0.95% -
XYZ 41.65 20.89 28.22 -
YUV 88.77 159.17 237.29 -
System Red Green Blue C M Y K H S L
Decimal 242 0 144 0 1 0.40 0.05 324.3 1 0.47
Hex F2 0 90 0 64 28 5 144 64 2F
Octal 362 0 220 0 144 50 5 504 144 57
Binary 11110010 0 10010000 0 1100100 101000 101 101000100 1100100 101111

Color Harmonies of #F20090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20090

Black with #F20090

Text Example


Text Example

White with #F20090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20090; }

 p { color: rgb(242,0,144); }

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

background-color css

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

 a { background-color: rgb(242,0,144); }

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

border-color css

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

 span { border-color: rgb(242,0,144); }

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