#FC0DA4

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

Shades of Hollywood Cerise #FC0DA4

Tints of Hollywood Cerise #FC0DA4

Color information

#FC0DA4 (or 0xFC0DA4) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 0D and A4. RGB value is (252,13,164). Sum of RGB (Red+Green+Blue) = 252+13+164=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DA4 is #03F25B. Grayscale: #656565. Windows color (decimal): -258652 or 10751484. OLE color: 10751484.

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

Color convert

RGB25213164-
CMYK00.950.350.01
HSL322.09º97.55%51.96%-
HSV(B)322.09º94.84%98.82%-
XYZ46.9923.6637.21-
YUV101.68163.18235.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.74%
GREEN value IS 13 (5.47% from 255) = 3.03%
BLUE value IS 164 (64.45% from 255) = 38.23%
R=58.74%
G=3.03%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521316400.950.350.01322.0997.5551.96
HexFCDA405F2311426234
Octal37415244013743150214264
Binary111111001101101001000101111110001111010000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0DA4; }

 p { color: rgb(252,13,164); }

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

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

 a { background-color: rgb(252,13,164); }

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

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

 span { border-color: rgb(252,13,164); }

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