#FC01BE

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

Shades of Shocking Pink #FC01BE

Tints of Shocking Pink #FC01BE

Color information

#FC01BE (or 0xFC01BE) is unknown color: approx Shocking Pink. HEX triplet: FC, 01 and BE. RGB value is (252,1,190). Sum of RGB (Red+Green+Blue) = 252+1+190=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01BE is #03FE41. Grayscale: #616161. Windows color (decimal): -261698 or 12452348. OLE color: 12452348.

HSL color Cylindrical-coordinate representation of color #FC01BE: hue angle of 314.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01BE is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB2521190-
CMYK01.000.250.01
HSL314.82º99.21%49.61%-
HSV(B)314.82º99.6%98.82%-
XYZ49.4524.4350.83-
YUV97.6180.16238.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=56.88%
G=0.23%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252119001.000.250.01314.8299.2149.61
HexFC1BE06419113b6332
Octal3741276014431147314362
Binary11111100110111110011001001100111001110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC01BE; }

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

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

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

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

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

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

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

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