Html Css Color HEX #FE04AE Hollywood Cerise

📋 copy color: '#FE04AE'

red 254 ◦ green 4 ◦ blue 174

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

Shades of Hollywood Cerise #FE04AE

Tints of Hollywood Cerise #FE04AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 58.8%
G = 0.93%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE04AE (or 0xFE04AE) is known color: Hollywood Cerise. HEX triplet: FE, 04 and AE. RGB value is (254,4,174). Sum of RGB (Red+Green+Blue) = 254+4+174=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 4 (1.95% from 255 or 0.93% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE04AE is #01FB51. Grayscale: #616161. Windows color (decimal): -129874 or 11404542. OLE color: 11404542.

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

Color convert

RGB 254 4 174 -
CMYK 0 0.98 0.31 0.00
HSL 319.2º 0.99% 0.51% -
HSV(B) 319.2º 0.98% 1% -
XYZ 48.56 24.21 42.16 -
YUV 98.13 170.83 239.18 -
System Red Green Blue C M Y K H S L
Decimal 254 4 174 0 0.98 0.31 0.00 319.2 0.99 0.51
Hex FE 4 AE 0 62 1F 0 13F 63 33
Octal 376 4 256 0 142 37 0 477 143 63
Binary 11111110 100 10101110 0 1100010 11111 0 100111111 1100011 110011

Color Harmonies of #FE04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE04AE

Black with #FE04AE

Text Example


Text Example

White with #FE04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE04AE; }

 p { color: rgb(254,4,174); }

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

background-color css

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

 a { background-color: rgb(254,4,174); }

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

border-color css

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

 span { border-color: rgb(254,4,174); }

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