#FD06AE

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

Shades of Hollywood Cerise #FD06AE

Tints of Hollywood Cerise #FD06AE

Color information

#FD06AE (or 0xFD06AE) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 06 and AE. RGB value is (253,6,174). Sum of RGB (Red+Green+Blue) = 253+6+174=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD06AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD06AE is #02F951. Grayscale: #626262. Windows color (decimal): -194898 or 11405053. OLE color: 11405053.

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

Color convert

RGB2536174-
CMYK00.980.310.01
HSL319.19º98.41%50.78%-
HSV(B)319.19º97.63%99.22%-
XYZ48.2124.0742.15-
YUV99170.33237.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.43%
GREEN value IS 6 (2.73% from 255) = 1.39%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=58.43%
G=1.39%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253617400.980.310.01319.1998.4150.78
HexFD6AE0621F113f6233
Octal3756256014237147714263
Binary1111110111010101110011000101111111001111111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD06AE; }

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

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

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

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

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

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

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

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