#FC17CE

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

Shades of Shocking Pink #FC17CE

Tints of Shocking Pink #FC17CE

Color information

#FC17CE (or 0xFC17CE) is unknown color: approx Shocking Pink. HEX triplet: FC, 17 and CE. RGB value is (252,23,206). Sum of RGB (Red+Green+Blue) = 252+23+206=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17CE is #03E831. Grayscale: #6F6F6F. Windows color (decimal): -256050 or 13506556. OLE color: 13506556.

HSL color Cylindrical-coordinate representation of color #FC17CE: hue angle of 312.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17CE is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB25223206-
CMYK00.910.180.01
HSL312.05º97.45%53.92%-
HSV(B)312.05º90.87%98.82%-
XYZ51.5925.7660.65-
YUV112.33180.87227.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.39%
GREEN value IS 23 (9.38% from 255) = 4.78%
BLUE value IS 206 (80.86% from 255) = 42.83%
R=52.39%
G=4.78%
B=42.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522320600.910.180.01312.0597.4553.92
HexFC17CE05B1211386136
Octal37427316013322147014166
Binary111111001011111001110010110111001011001110001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17CE; }

 p { color: rgb(252,23,206); }

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

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

 a { background-color: rgb(252,23,206); }

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

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

 span { border-color: rgb(252,23,206); }

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