Html Css Color HEX #F20893 Hollywood Cerise

📋 copy color: '#F20893'

red 242 ◦ green 8 ◦ blue 147

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

Shades of Hollywood Cerise #F20893

Tints of Hollywood Cerise #F20893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 147 (57.81% from 255) = 37.03%

R = 60.96%
G = 2.02%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F20893 (or 0xF20893) is known color: Hollywood Cerise. HEX triplet: F2, 08 and 93. RGB value is (242,8,147). Sum of RGB (Red+Green+Blue) = 242+8+147=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F20893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20893 is #0DF76C. Grayscale: #5D5D5D. Windows color (decimal): -915309 or 9636082. OLE color: 9636082.

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

Color convert

RGB 242 8 147 -
CMYK 0 0.97 0.39 0.05
HSL 324.36º 0.94% 0.49% -
HSV(B) 324.36º 0.97% 0.95% -
XYZ 41.97 21.16 29.48 -
YUV 93.81 158.02 233.7 -
System Red Green Blue C M Y K H S L
Decimal 242 8 147 0 0.97 0.39 0.05 324.36 0.94 0.49
Hex F2 8 93 0 61 27 5 144 5E 31
Octal 362 10 223 0 141 47 5 504 136 61
Binary 11110010 1000 10010011 0 1100001 100111 101 101000100 1011110 110001

Color Harmonies of #F20893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20893

Black with #F20893

Text Example


Text Example

White with #F20893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20893; }

 p { color: rgb(242,8,147); }

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

background-color css

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

 a { background-color: rgb(242,8,147); }

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

border-color css

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

 span { border-color: rgb(242,8,147); }

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