Shades of Shocking Pink #FC08BA
Tints of Shocking Pink #FC08BA
RGB
CMYK
RGB Variations
Color information
#FC08BA (or 0xFC08BA) is known color: Shocking Pink. HEX triplet: FC, 08 and BA. RGB value is (252,8,186). Sum of RGB (Red+Green+Blue) = 252+8+186=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC08BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC08BA is #03F745. Grayscale: #646464. Windows color (decimal): -259910 or 12191996. OLE color: 12191996.
HSL color Cylindrical-coordinate representation of color #FC08BA: hue angle of 316.23º 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 #FC08BA is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 186 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.01 |
| HSL | 316.23º | 0.98% | 0.51% | - |
| HSV(B) | 316.23º | 0.97% | 0.99% | - |
| XYZ | 49.09 | 24.41 | 48.58 | - |
| YUV | 101.25 | 175.84 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 186 | 0 | 0.97 | 0.26 | 0.01 | 316.23 | 0.98 | 0.51 |
| Hex | FC | 8 | BA | 0 | 61 | 1A | 1 | 13C | 62 | 33 |
| Octal | 374 | 10 | 272 | 0 | 141 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111100 | 1000 | 10111010 | 0 | 1100001 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FC08BA
Complementary color
Monochromatic Colors of #FC08BA
Black with #FC08BA
Text Example
Text Example
White with #FC08BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC08BA; }
p { color: rgb(252,8,186); }
H1.HeaderClassName
{
color: #FC08BA;
}
.AnyTagClassName
{
color: #FC08BA;
}
</style>
background-color css
<style>
a { background-color: #FC08BA; }
a { background-color: rgb(252,8,186); }
div.DivClassName
{
background-color: #FC08BA;
}
.BgClassName
{
background-color: #FC08BA;
}
</style>
border-color css
<style>
span { border-color: #FC08BA; }
span { border-color: rgb(252,8,186); }
td.TdClassName
{
border-color: #FC08BA;
}
.TagClassName
{
border-color: #FC08BA;
}
</style>