Html Css Color HEX #F20D98 Hollywood Cerise

📋 copy color: '#F20D98'

red 242 ◦ green 13 ◦ blue 152

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

Shades of Hollywood Cerise #F20D98

Tints of Hollywood Cerise #F20D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

 BLUE value IS 152 (59.77% from 255) = 37.35%

R = 59.46%
G = 3.19%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F20D98 (or 0xF20D98) is known color: Hollywood Cerise. HEX triplet: F2, 0D and 98. RGB value is (242,13,152). Sum of RGB (Red+Green+Blue) = 242+13+152=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20D98 is #0DF267. Grayscale: #606060. Windows color (decimal): -914024 or 9965042. OLE color: 9965042.

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

Color convert

RGB 242 13 152 -
CMYK 0 0.95 0.37 0.05
HSL 323.58º 0.9% 0.5% -
HSV(B) 323.58º 0.95% 0.95% -
XYZ 42.43 21.43 31.61 -
YUV 97.32 158.87 231.2 -
System Red Green Blue C M Y K H S L
Decimal 242 13 152 0 0.95 0.37 0.05 323.58 0.9 0.5
Hex F2 D 98 0 5F 25 5 144 5A 32
Octal 362 15 230 0 137 45 5 504 132 62
Binary 11110010 1101 10011000 0 1011111 100101 101 101000100 1011010 110010

Color Harmonies of #F20D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20D98

Black with #F20D98

Text Example


Text Example

White with #F20D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20D98; }

 p { color: rgb(242,13,152); }

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

background-color css

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

 a { background-color: rgb(242,13,152); }

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

border-color css

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

 span { border-color: rgb(242,13,152); }

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