Html Css Color HEX #FE0AAC Hollywood Cerise

📋 copy color: '#FE0AAC'

red 254 ◦ green 10 ◦ blue 172

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

Shades of Hollywood Cerise #FE0AAC

Tints of Hollywood Cerise #FE0AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 58.26%
G = 2.29%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE0AAC (or 0xFE0AAC) is known color: Hollywood Cerise. HEX triplet: FE, 0A and AC. RGB value is (254,10,172). Sum of RGB (Red+Green+Blue) = 254+10+172=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0AAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0AAC is #01F553. Grayscale: #656565. Windows color (decimal): -128340 or 11275006. OLE color: 11275006.

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

Color convert

RGB 254 10 172 -
CMYK 0 0.96 0.32 0.00
HSL 320.16º 0.99% 0.52% -
HSV(B) 320.16º 0.96% 1% -
XYZ 48.43 24.27 41.16 -
YUV 101.42 167.84 236.83 -
System Red Green Blue C M Y K H S L
Decimal 254 10 172 0 0.96 0.32 0.00 320.16 0.99 0.52
Hex FE A AC 0 60 20 0 140 63 34
Octal 376 12 254 0 140 40 0 500 143 64
Binary 11111110 1010 10101100 0 1100000 100000 0 101000000 1100011 110100

Color Harmonies of #FE0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0AAC

Black with #FE0AAC

Text Example


Text Example

White with #FE0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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