#FC17BE

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

Shades of Shocking Pink #FC17BE

Tints of Shocking Pink #FC17BE

Color information

#FC17BE (or 0xFC17BE) is unknown color: approx Shocking Pink. HEX triplet: FC, 17 and BE. RGB value is (252,23,190). Sum of RGB (Red+Green+Blue) = 252+23+190=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17BE is #03E841. Grayscale: #6E6E6E. Windows color (decimal): -256066 or 12457980. OLE color: 12457980.

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

Color convert

RGB25223190-
CMYK00.910.250.01
HSL316.24º97.45%53.92%-
HSV(B)316.24º90.87%98.82%-
XYZ49.7525.0350.92-
YUV110.51172.87228.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 23 (9.38% from 255) = 4.95%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=54.19%
G=4.95%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522319000.910.250.01316.2497.4553.92
HexFC17BE05B19113c6136
Octal37427276013331147414166
Binary111111001011110111110010110111100111001111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC17BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC17BE; }

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

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

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

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

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

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

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

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