Html Css Color HEX #F20590 Hollywood Cerise

📋 copy color: '#F20590'

red 242 ◦ green 5 ◦ blue 144

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

Shades of Hollywood Cerise #F20590

Tints of Hollywood Cerise #F20590

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

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

R = 61.89%
G = 1.28%
B = 36.83%

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

#F20590 (or 0xF20590) is known color: Hollywood Cerise. HEX triplet: F2, 05 and 90. RGB value is (242,5,144). Sum of RGB (Red+Green+Blue) = 242+5+144=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F20590 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20590 is #0DFA6F. Grayscale: #5B5B5B. Windows color (decimal): -916080 or 9438706. OLE color: 9438706.

HSL color Cylindrical-coordinate representation of color #F20590: hue angle of 324.81º degrees, saturation: 0.96, 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 #F20590 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 144 -
CMYK 0 0.98 0.40 0.05
HSL 324.81º 0.96% 0.48% -
HSV(B) 324.81º 0.98% 0.95% -
XYZ 41.71 21 28.24 -
YUV 91.71 157.52 235.2 -
System Red Green Blue C M Y K H S L
Decimal 242 5 144 0 0.98 0.40 0.05 324.81 0.96 0.48
Hex F2 5 90 0 62 28 5 145 60 30
Octal 362 5 220 0 142 50 5 505 140 60
Binary 11110010 101 10010000 0 1100010 101000 101 101000101 1100000 110000

Color Harmonies of #F20590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20590

Black with #F20590

Text Example


Text Example

White with #F20590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20590; }

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

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

background-color css

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

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

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

border-color css

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

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

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