Html Css Color HEX #FE0AA2 Hollywood Cerise

📋 copy color: '#FE0AA2'

red 254 ◦ green 10 ◦ blue 162

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

Shades of Hollywood Cerise #FE0AA2

Tints of Hollywood Cerise #FE0AA2

RGB

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

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

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

R = 59.62%
G = 2.35%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE0AA2 (or 0xFE0AA2) is known color: Hollywood Cerise. HEX triplet: FE, 0A and A2. RGB value is (254,10,162). Sum of RGB (Red+Green+Blue) = 254+10+162=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AA2 is #01F55D. Grayscale: #636363. Windows color (decimal): -128350 or 10619646. OLE color: 10619646.

HSL color Cylindrical-coordinate representation of color #FE0AA2: hue angle of 322.62º 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 #FE0AA2 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 10 162 -
CMYK 0 0.96 0.36 0.00
HSL 322.62º 0.99% 0.52% -
HSV(B) 322.62º 0.96% 1% -
XYZ 47.5 23.9 36.29 -
YUV 100.28 162.84 237.64 -
System Red Green Blue C M Y K H S L
Decimal 254 10 162 0 0.96 0.36 0.00 322.62 0.99 0.52
Hex FE A A2 0 60 24 0 143 63 34
Octal 376 12 242 0 140 44 0 503 143 64
Binary 11111110 1010 10100010 0 1100000 100100 0 101000011 1100011 110100

Color Harmonies of #FE0AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AA2

Black with #FE0AA2

Text Example


Text Example

White with #FE0AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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