#FC0FBF

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

Shades of Shocking Pink #FC0FBF

Tints of Shocking Pink #FC0FBF

Color information

#FC0FBF (or 0xFC0FBF) is unknown color: approx Shocking Pink. HEX triplet: FC, 0F and BF. RGB value is (252,15,191). Sum of RGB (Red+Green+Blue) = 252+15+191=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FBF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FBF is #03F040. Grayscale: #696969. Windows color (decimal): -258113 or 12521468. OLE color: 12521468.

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

Color convert

RGB25215191-
CMYK00.940.240.01
HSL315.44º97.53%52.35%-
HSV(B)315.44º94.05%98.82%-
XYZ49.7224.851.46-
YUV105.93176.02232.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.02%
GREEN value IS 15 (6.25% from 255) = 3.28%
BLUE value IS 191 (75% from 255) = 41.70%
R=55.02%
G=3.28%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521519100.940.240.01315.4497.5352.35
HexFCFBF05E18113b6234
Octal37417277013630147314264
Binary11111100111110111111010111101100011001110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0FBF; }

 p { color: rgb(252,15,191); }

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

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

 a { background-color: rgb(252,15,191); }

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

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

 span { border-color: rgb(252,15,191); }

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