#FC03AE

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

Shades of Hollywood Cerise #FC03AE

Tints of Hollywood Cerise #FC03AE

Color information

#FC03AE (or 0xFC03AE) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 03 and AE. RGB value is (252,3,174). Sum of RGB (Red+Green+Blue) = 252+3+174=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03AE is #03FC51. Grayscale: #606060. Windows color (decimal): -261202 or 11404284. OLE color: 11404284.

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

Color convert

RGB2523174-
CMYK00.990.310.01
HSL318.8º97.65%50%-
HSV(B)318.8º98.81%98.82%-
XYZ47.8223.8242.12-
YUV96.94171.49238.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.74%
GREEN value IS 3 (1.56% from 255) = 0.70%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=58.74%
G=0.70%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252317400.990.310.01318.897.6550
HexFC3AE0631F113f6232
Octal3743256014337147714262
Binary111111001110101110011000111111111001111111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC03AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC03AE; }

 p { color: rgb(252,3,174); }

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

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

 a { background-color: rgb(252,3,174); }

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

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

 span { border-color: rgb(252,3,174); }

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