#FC17C8

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

Shades of Shocking Pink #FC17C8

Tints of Shocking Pink #FC17C8

Color information

#FC17C8 (or 0xFC17C8) is unknown color: approx Shocking Pink. HEX triplet: FC, 17 and C8. RGB value is (252,23,200). Sum of RGB (Red+Green+Blue) = 252+23+200=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17C8 is #03E837. Grayscale: #6F6F6F. Windows color (decimal): -256056 or 13113340. OLE color: 13113340.

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

Color convert

RGB25223200-
CMYK00.910.210.01
HSL313.62º97.45%53.92%-
HSV(B)313.62º90.87%98.82%-
XYZ50.8825.4856.88-
YUV111.65177.87228.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.05%
GREEN value IS 23 (9.38% from 255) = 4.84%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=53.05%
G=4.84%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522320000.910.210.01313.6297.4553.92
HexFC17C805B15113a6136
Octal37427310013325147214166
Binary111111001011111001000010110111010111001110101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17C8; }

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

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

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

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

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

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

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

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