Html Css Color HEX #F20490 Hollywood Cerise

📋 copy color: '#F20490'

red 242 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #F20490

Tints of Hollywood Cerise #F20490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 62.05%
G = 1.03%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20490 (or 0xF20490) is known color: Hollywood Cerise. HEX triplet: F2, 04 and 90. RGB value is (242,4,144). Sum of RGB (Red+Green+Blue) = 242+4+144=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F20490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20490 is #0DFB6F. Grayscale: #5A5A5A. Windows color (decimal): -916336 or 9438450. OLE color: 9438450.

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

Color convert

RGB 242 4 144 -
CMYK 0 0.98 0.40 0.05
HSL 324.71º 0.97% 0.48% -
HSV(B) 324.71º 0.98% 0.95% -
XYZ 41.7 20.98 28.24 -
YUV 91.12 157.85 235.62 -
System Red Green Blue C M Y K H S L
Decimal 242 4 144 0 0.98 0.40 0.05 324.71 0.97 0.48
Hex F2 4 90 0 62 28 5 145 61 30
Octal 362 4 220 0 142 50 5 505 141 60
Binary 11110010 100 10010000 0 1100010 101000 101 101000101 1100001 110000

Color Harmonies of #F20490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20490

Black with #F20490

Text Example


Text Example

White with #F20490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20490; }

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

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

background-color css

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

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

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

border-color css

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

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

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