#fc00b5

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

Shades of Shocking Pink #FC00B5

Tints of Shocking Pink #FC00B5

Color information

#FC00B5 (or 0xFC00B5) is unknown color: approx Shocking Pink. HEX triplet: FC, 00 and B5. RGB value is (252,0,181). Sum of RGB (Red+Green+Blue) = 252+0+181=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00B5 is #03FF4A. Grayscale: #5F5F5F. Windows color (decimal): -261963 or 11862268. OLE color: 11862268.

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

Color convert

RGB2520181-
CMYK010.280.01
HSL316.9º100%49.41%-
HSV(B)316.9º100%98.82%-
XYZ48.4924.0345.8-
YUV95.98175.99239.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 181 (71.09% from 255) = 41.80%
R=58.20%
G=0%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2520181010.280.01316.910049.41
HexFC0B50641C113d6431
Octal3740265014434147514461
Binary11111100010110101011001001110011001111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc00b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc00b5; }

 p { color: rgb(252,0,181); }

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

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

 a { background-color: rgb(252,0,181); }

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

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

 span { border-color: rgb(252,0,181); }

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