Html Css Color HEX #FE00AE Hollywood Cerise

📋 copy color: '#FE00AE'

red 254 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #FE00AE

Tints of Hollywood Cerise #FE00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.35%
G = 0%
B = 40.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE00AE (or 0xFE00AE) is known color: Hollywood Cerise. HEX triplet: FE, 00 and AE. RGB value is (254,0,174). Sum of RGB (Red+Green+Blue) = 254+0+174=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE00AE is #01FF51. Grayscale: #5F5F5F. Windows color (decimal): -130898 or 11403518. OLE color: 11403518.

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

Color convert

RGB 254 0 174 -
CMYK 0 1 0.31 0.00
HSL 318.9º 1% 0.5% -
HSV(B) 318.9º 1% 1% -
XYZ 48.51 24.13 42.14 -
YUV 95.78 172.15 240.85 -
System Red Green Blue C M Y K H S L
Decimal 254 0 174 0 1 0.31 0.00 318.9 1 0.5
Hex FE 0 AE 0 64 1F 0 13F 64 32
Octal 376 0 256 0 144 37 0 477 144 62
Binary 11111110 0 10101110 0 1100100 11111 0 100111111 1100100 110010

Color Harmonies of #FE00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE00AE

Black with #FE00AE

Text Example


Text Example

White with #FE00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE00AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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