#FD00AE

Color #FD00AE Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FD00AE

Tints of Hollywood Cerise #FD00AE

Color information

#FD00AE (or 0xFD00AE) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 00 and AE. RGB value is (253,0,174). Sum of RGB (Red+Green+Blue) = 253+0+174=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD00AE is #02FF51. Grayscale: #5F5F5F. Windows color (decimal): -196434 or 11403517. OLE color: 11403517.

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

Color convert

RGB2530174-
CMYK010.310.01
HSL318.74º100%49.61%-
HSV(B)318.74º100%99.22%-
XYZ48.1523.9442.13-
YUV95.48172.32240.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=59.25%
G=0%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2530174010.310.01318.7410049.61
HexFD0AE0641F113f6432
Octal3750256014437147714462
Binary11111101010101110011001001111111001111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD00AE; }

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

 H1.HeaderClassName
 {
   color: #FD00AE;
 }
 .AnyTagClassName
 {
   color: #FD00AE;
 }
</style>
background-color css

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

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

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

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

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

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