#FC0CA3

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

Shades of Hollywood Cerise #FC0CA3

Tints of Hollywood Cerise #FC0CA3

Color information

#FC0CA3 (or 0xFC0CA3) is unknown color: approx Hollywood Cerise. HEX triplet: FC, 0C and A3. RGB value is (252,12,163). Sum of RGB (Red+Green+Blue) = 252+12+163=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 12 (5.08% from 255 or 2.81% from 427); Blue value is 163 (64.06% from 255 or 38.17% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0CA3 is #03F35C. Grayscale: #646464. Windows color (decimal): -258909 or 10685692. OLE color: 10685692.

HSL color Cylindrical-coordinate representation of color #FC0CA3: hue angle of 322.25º 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 #FC0CA3 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB25212163-
CMYK00.950.350.01
HSL322.25º97.56%51.76%-
HSV(B)322.25º95.24%98.82%-
XYZ46.8923.636.73-
YUV100.97163.01235.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 59.02%
GREEN value IS 12 (5.08% from 255) = 2.81%
BLUE value IS 163 (64.06% from 255) = 38.17%
R=59.02%
G=2.81%
B=38.17%

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
Decimal2521216300.950.350.01322.2597.5651.76
HexFCCA305F2311426234
Octal37414243013743150214264
Binary111111001100101000110101111110001111010000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0CA3; }

 p { color: rgb(252,12,163); }

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

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

 a { background-color: rgb(252,12,163); }

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

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

 span { border-color: rgb(252,12,163); }

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