Html Css Color HEX #F20EAB Hollywood Cerise

📋 copy color: '#F20EAB'

red 242 ◦ green 14 ◦ blue 171

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

Shades of Hollywood Cerise #F20EAB

Tints of Hollywood Cerise #F20EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.28%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 56.67%
G = 3.28%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F20EAB (or 0xF20EAB) is known color: Hollywood Cerise. HEX triplet: F2, 0E and AB. RGB value is (242,14,171). Sum of RGB (Red+Green+Blue) = 242+14+171=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 14 (5.86% from 255 or 3.28% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20EAB is #0DF154. Grayscale: #636363. Windows color (decimal): -913749 or 11210482. OLE color: 11210482.

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

Color convert

RGB 242 14 171 -
CMYK 0 0.94 0.29 0.05
HSL 318.68º 0.9% 0.5% -
HSV(B) 318.68º 0.94% 0.95% -
XYZ 44.13 22.13 40.47 -
YUV 100.07 168.04 229.23 -
System Red Green Blue C M Y K H S L
Decimal 242 14 171 0 0.94 0.29 0.05 318.68 0.9 0.5
Hex F2 E AB 0 5E 1D 5 13F 5A 32
Octal 362 16 253 0 136 35 5 477 132 62
Binary 11110010 1110 10101011 0 1011110 11101 101 100111111 1011010 110010

Color Harmonies of #F20EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20EAB

Black with #F20EAB

Text Example


Text Example

White with #F20EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20EAB; }

 p { color: rgb(242,14,171); }

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

background-color css

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

 a { background-color: rgb(242,14,171); }

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

border-color css

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

 span { border-color: rgb(242,14,171); }

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