#FC1BD7

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

Shades of Shocking Pink #FC1BD7

Tints of Shocking Pink #FC1BD7

Color information

#FC1BD7 (or 0xFC1BD7) is unknown color: approx Shocking Pink. HEX triplet: FC, 1B and D7. RGB value is (252,27,215). Sum of RGB (Red+Green+Blue) = 252+27+215=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BD7 is #03E428. Grayscale: #737373. Windows color (decimal): -255017 or 14097404. OLE color: 14097404.

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

Color convert

RGB25227215-
CMYK00.890.150.01
HSL309.87º97.4%54.71%-
HSV(B)309.87º89.29%98.82%-
XYZ52.826.3966.6-
YUV115.71184.04225.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.01%
GREEN value IS 27 (10.94% from 255) = 5.47%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=51.01%
G=5.47%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522721500.890.150.01309.8797.454.71
HexFC1BD7059F11366137
Octal37433327013117146614167
Binary11111100110111101011101011001111111001101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1BD7; }

 p { color: rgb(252,27,215); }

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

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

 a { background-color: rgb(252,27,215); }

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

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

 span { border-color: rgb(252,27,215); }

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