#fc07b8

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

Shades of Shocking Pink #FC07B8

Tints of Shocking Pink #FC07B8

Color information

#FC07B8 (or 0xFC07B8) is unknown color: approx Shocking Pink. HEX triplet: FC, 07 and B8. RGB value is (252,7,184). Sum of RGB (Red+Green+Blue) = 252+7+184=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC07B8 is #03F847. Grayscale: #636363. Windows color (decimal): -260168 or 12060668. OLE color: 12060668.

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

Color convert

RGB2527184-
CMYK00.970.270.01
HSL316.65º97.61%50.78%-
HSV(B)316.65º97.22%98.82%-
XYZ48.8724.3147.46-
YUV100.43175.17236.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 7 (3.12% from 255) = 1.58%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=56.88%
G=1.58%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252718400.970.270.01316.6597.6150.78
HexFC7B80611B113d6233
Octal3747270014133147514263
Binary1111110011110111000011000011101111001111011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc07b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc07b8; }

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

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

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

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

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

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

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

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