Shades of Shocking Pink #F005BA
Tints of Shocking Pink #F005BA
RGB
CMYK
RGB Variations
Color information
#F005BA (or 0xF005BA) is known color: Shocking Pink. HEX triplet: F0, 05 and BA. RGB value is (240,5,186). Sum of RGB (Red+Green+Blue) = 240+5+186=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F005BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F005BA is #0FFA45. Grayscale: #5F5F5F. Windows color (decimal): -1047110 or 12191216. OLE color: 12191216.
HSL color Cylindrical-coordinate representation of color #F005BA: hue angle of 313.79º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005BA is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 186 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.06 |
| HSL | 313.79º | 0.96% | 0.48% | - |
| HSV(B) | 313.79º | 0.98% | 0.94% | - |
| XYZ | 44.85 | 22.18 | 48.37 | - |
| YUV | 95.9 | 178.86 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 186 | 0 | 0.98 | 0.22 | 0.06 | 313.79 | 0.96 | 0.48 |
| Hex | F0 | 5 | BA | 0 | 62 | 16 | 6 | 13A | 60 | 30 |
| Octal | 360 | 5 | 272 | 0 | 142 | 26 | 6 | 472 | 140 | 60 |
| Binary | 11110000 | 101 | 10111010 | 0 | 1100010 | 10110 | 110 | 100111010 | 1100000 | 110000 |
Color Harmonies of #F005BA
Complementary color
Monochromatic Colors of #F005BA
Black with #F005BA
Text Example
Text Example
White with #F005BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005BA; }
p { color: rgb(240,5,186); }
H1.HeaderClassName
{
color: #F005BA;
}
.AnyTagClassName
{
color: #F005BA;
}
</style>
background-color css
<style>
a { background-color: #F005BA; }
a { background-color: rgb(240,5,186); }
div.DivClassName
{
background-color: #F005BA;
}
.BgClassName
{
background-color: #F005BA;
}
</style>
border-color css
<style>
span { border-color: #F005BA; }
span { border-color: rgb(240,5,186); }
td.TdClassName
{
border-color: #F005BA;
}
.TagClassName
{
border-color: #F005BA;
}
</style>