Html Css Color HEX #F90EA2 Hollywood Cerise

📋 copy color: '#F90EA2'

red 249 ◦ green 14 ◦ blue 162

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

Shades of Hollywood Cerise #F90EA2

Tints of Hollywood Cerise #F90EA2

RGB

 RED value IS 249 (97.66% from 255) = 58.59%

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

 BLUE value IS 162 (63.67% from 255) = 38.12%

R = 58.59%
G = 3.29%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F90EA2 (or 0xF90EA2) is known color: Hollywood Cerise. HEX triplet: F9, 0E and A2. RGB value is (249,14,162). Sum of RGB (Red+Green+Blue) = 249+14+162=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F90EA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90EA2 is #06F15D. Grayscale: #646464. Windows color (decimal): -455006 or 10620665. OLE color: 10620665.

HSL color Cylindrical-coordinate representation of color #F90EA2: hue angle of 322.21º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90EA2 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 14 162 -
CMYK 0 0.94 0.35 0.02
HSL 322.21º 0.95% 0.52% -
HSV(B) 322.21º 0.94% 0.98% -
XYZ 45.75 23.06 36.22 -
YUV 101.14 162.36 233.47 -
System Red Green Blue C M Y K H S L
Decimal 249 14 162 0 0.94 0.35 0.02 322.21 0.95 0.52
Hex F9 E A2 0 5E 23 2 142 5F 34
Octal 371 16 242 0 136 43 2 502 137 64
Binary 11111001 1110 10100010 0 1011110 100011 10 101000010 1011111 110100

Color Harmonies of #F90EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F90EA2

Black with #F90EA2

Text Example


Text Example

White with #F90EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F90EA2; }

 p { color: rgb(249,14,162); }

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

background-color css

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

 a { background-color: rgb(249,14,162); }

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

border-color css

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

 span { border-color: rgb(249,14,162); }

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