Html Css Color HEX #F20392 Hollywood Cerise

📋 copy color: '#F20392'

red 242 ◦ green 3 ◦ blue 146

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

Shades of Hollywood Cerise #F20392

Tints of Hollywood Cerise #F20392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 61.89%
G = 0.77%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F20392 (or 0xF20392) is known color: Hollywood Cerise. HEX triplet: F2, 03 and 92. RGB value is (242,3,146). Sum of RGB (Red+Green+Blue) = 242+3+146=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F20392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20392 is #0DFC6D. Grayscale: #5A5A5A. Windows color (decimal): -916590 or 9569266. OLE color: 9569266.

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

Color convert

RGB 242 3 146 -
CMYK 0 0.99 0.40 0.05
HSL 324.1º 0.98% 0.48% -
HSV(B) 324.1º 0.99% 0.95% -
XYZ 41.84 21.02 29.05 -
YUV 90.76 159.18 235.87 -
System Red Green Blue C M Y K H S L
Decimal 242 3 146 0 0.99 0.40 0.05 324.1 0.98 0.48
Hex F2 3 92 0 63 28 5 144 62 30
Octal 362 3 222 0 143 50 5 504 142 60
Binary 11110010 11 10010010 0 1100011 101000 101 101000100 1100010 110000

Color Harmonies of #F20392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20392

Black with #F20392

Text Example


Text Example

White with #F20392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20392; }

 p { color: rgb(242,3,146); }

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

background-color css

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

 a { background-color: rgb(242,3,146); }

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

border-color css

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

 span { border-color: rgb(242,3,146); }

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