#FC05C2

Color #FC05C2 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FC05C2

Tints of Shocking Pink #FC05C2

Color information

#FC05C2 (or 0xFC05C2) is unknown color: approx Shocking Pink. HEX triplet: FC, 05 and C2. RGB value is (252,5,194). Sum of RGB (Red+Green+Blue) = 252+5+194=451 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.88% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC05C2 is #03FA3D. Grayscale: #636363. Windows color (decimal): -260670 or 12715516. OLE color: 12715516.

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

Color convert

RGB2525194-
CMYK00.980.230.01
HSL314.09º97.63%50.39%-
HSV(B)314.09º98.02%98.82%-
XYZ49.9424.753.17-
YUV100.4180.83236.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.88%
GREEN value IS 5 (2.34% from 255) = 1.11%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=55.88%
G=1.11%
B=43.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252519400.980.230.01314.0997.6350.39
HexFC5C206217113a6232
Octal3745302014227147214262
Binary1111110010111000010011000101011111001110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC05C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC05C2; }

 p { color: rgb(252,5,194); }

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

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

 a { background-color: rgb(252,5,194); }

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

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

 span { border-color: rgb(252,5,194); }

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