Shades of Shocking Pink #F60FBC
Tints of Shocking Pink #F60FBC
RGB
CMYK
RGB Variations
Color information
#F60FBC (or 0xF60FBC) is known color: Shocking Pink. HEX triplet: F6, 0F and BC. RGB value is (246,15,188). Sum of RGB (Red+Green+Blue) = 246+15+188=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60FBC is #09F043. Grayscale: #676767. Windows color (decimal): -651332 or 12324854. OLE color: 12324854.
HSL color Cylindrical-coordinate representation of color #F60FBC: hue angle of 315.06º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FBC is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.04 |
| HSL | 315.06º | 0.93% | 0.51% | - |
| HSV(B) | 315.06º | 0.94% | 0.96% | - |
| XYZ | 47.25 | 23.57 | 49.63 | - |
| YUV | 103.79 | 175.53 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 188 | 0 | 0.94 | 0.24 | 0.04 | 315.06 | 0.93 | 0.51 |
| Hex | F6 | F | BC | 0 | 5E | 18 | 4 | 13B | 5D | 33 |
| Octal | 366 | 17 | 274 | 0 | 136 | 30 | 4 | 473 | 135 | 63 |
| Binary | 11110110 | 1111 | 10111100 | 0 | 1011110 | 11000 | 100 | 100111011 | 1011101 | 110011 |
Color Harmonies of #F60FBC
Complementary color
Monochromatic Colors of #F60FBC
Black with #F60FBC
Text Example
Text Example
White with #F60FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FBC; }
p { color: rgb(246,15,188); }
H1.HeaderClassName
{
color: #F60FBC;
}
.AnyTagClassName
{
color: #F60FBC;
}
</style>
background-color css
<style>
a { background-color: #F60FBC; }
a { background-color: rgb(246,15,188); }
div.DivClassName
{
background-color: #F60FBC;
}
.BgClassName
{
background-color: #F60FBC;
}
</style>
border-color css
<style>
span { border-color: #F60FBC; }
span { border-color: rgb(246,15,188); }
td.TdClassName
{
border-color: #F60FBC;
}
.TagClassName
{
border-color: #F60FBC;
}
</style>