#FC06B8

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

Shades of Shocking Pink #FC06B8

Tints of Shocking Pink #FC06B8

Color information

#FC06B8 (or 0xFC06B8) is unknown color: approx Shocking Pink. HEX triplet: FC, 06 and B8. RGB value is (252,6,184). Sum of RGB (Red+Green+Blue) = 252+6+184=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC06B8 is #03F947. Grayscale: #636363. Windows color (decimal): -260424 or 12060412. OLE color: 12060412.

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

Color convert

RGB2526184-
CMYK00.980.270.01
HSL316.59º97.62%50.59%-
HSV(B)316.59º97.62%98.82%-
XYZ48.8624.2947.46-
YUV99.85175.5236.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 6 (2.73% from 255) = 1.36%
BLUE value IS 184 (72.27% from 255) = 41.63%
R=57.01%
G=1.36%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252618400.980.270.01316.5997.6250.59
HexFC6B80621B113d6233
Octal3746270014233147514263
Binary1111110011010111000011000101101111001111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC06B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC06B8; }

 p { color: rgb(252,6,184); }

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

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

 a { background-color: rgb(252,6,184); }

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

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

 span { border-color: rgb(252,6,184); }

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