Shades of Shocking Pink #FC09BA
Tints of Shocking Pink #FC09BA
RGB
CMYK
RGB Variations
Color information
#FC09BA (or 0xFC09BA) is known color: Shocking Pink. HEX triplet: FC, 09 and BA. RGB value is (252,9,186). Sum of RGB (Red+Green+Blue) = 252+9+186=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC09BA is #03F645. Grayscale: #656565. Windows color (decimal): -259654 or 12192252. OLE color: 12192252.
HSL color Cylindrical-coordinate representation of color #FC09BA: hue angle of 316.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC09BA is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 186 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.01 |
| HSL | 316.3º | 0.98% | 0.51% | - |
| HSV(B) | 316.3º | 0.96% | 0.99% | - |
| XYZ | 49.11 | 24.44 | 48.58 | - |
| YUV | 101.84 | 175.51 | 235.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 186 | 0 | 0.96 | 0.26 | 0.01 | 316.3 | 0.98 | 0.51 |
| Hex | FC | 9 | BA | 0 | 60 | 1A | 1 | 13C | 62 | 33 |
| Octal | 374 | 11 | 272 | 0 | 140 | 32 | 1 | 474 | 142 | 63 |
| Binary | 11111100 | 1001 | 10111010 | 0 | 1100000 | 11010 | 1 | 100111100 | 1100010 | 110011 |
Color Harmonies of #FC09BA
Complementary color
Monochromatic Colors of #FC09BA
Black with #FC09BA
Text Example
Text Example
White with #FC09BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC09BA; }
p { color: rgb(252,9,186); }
H1.HeaderClassName
{
color: #FC09BA;
}
.AnyTagClassName
{
color: #FC09BA;
}
</style>
background-color css
<style>
a { background-color: #FC09BA; }
a { background-color: rgb(252,9,186); }
div.DivClassName
{
background-color: #FC09BA;
}
.BgClassName
{
background-color: #FC09BA;
}
</style>
border-color css
<style>
span { border-color: #FC09BA; }
span { border-color: rgb(252,9,186); }
td.TdClassName
{
border-color: #FC09BA;
}
.TagClassName
{
border-color: #FC09BA;
}
</style>