Html Css Color HEX #FE0AA9 Hollywood Cerise

📋 copy color: '#FE0AA9'

red 254 ◦ green 10 ◦ blue 169

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

Shades of Hollywood Cerise #FE0AA9

Tints of Hollywood Cerise #FE0AA9

RGB

 RED value IS 254 (99.61% from 255) = 58.66%

 GREEN value IS 10 (4.3% from 255) = 2.31%

 BLUE value IS 169 (66.41% from 255) = 39.03%

R = 58.66%
G = 2.31%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE0AA9 (or 0xFE0AA9) is known color: Hollywood Cerise. HEX triplet: FE, 0A and A9. RGB value is (254,10,169). Sum of RGB (Red+Green+Blue) = 254+10+169=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 169 (66.41% from 255 or 39.03% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AA9 is #01F556. Grayscale: #646464. Windows color (decimal): -128343 or 11078398. OLE color: 11078398.

HSL color Cylindrical-coordinate representation of color #FE0AA9: hue angle of 320.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0AA9 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 10 169 -
CMYK 0 0.96 0.33 0.00
HSL 320.9º 0.99% 0.52% -
HSV(B) 320.9º 0.96% 1% -
XYZ 48.14 24.15 39.66 -
YUV 101.08 166.34 237.07 -
System Red Green Blue C M Y K H S L
Decimal 254 10 169 0 0.96 0.33 0.00 320.9 0.99 0.52
Hex FE A A9 0 60 21 0 141 63 34
Octal 376 12 251 0 140 41 0 501 143 64
Binary 11111110 1010 10101001 0 1100000 100001 0 101000001 1100011 110100

Color Harmonies of #FE0AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AA9

Black with #FE0AA9

Text Example


Text Example

White with #FE0AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AA9; }

 p { color: rgb(254,10,169); }

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

background-color css

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

 a { background-color: rgb(254,10,169); }

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

border-color css

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

 span { border-color: rgb(254,10,169); }

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