Shades of Shocking Pink #F60BC9
Tints of Shocking Pink #F60BC9
RGB
CMYK
RGB Variations
Color information
#F60BC9 (or 0xF60BC9) is known color: Shocking Pink. HEX triplet: F6, 0B and C9. RGB value is (246,11,201). Sum of RGB (Red+Green+Blue) = 246+11+201=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BC9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BC9 is #09F436. Grayscale: #666666. Windows color (decimal): -652343 or 13175798. OLE color: 13175798.
HSL color Cylindrical-coordinate representation of color #F60BC9: hue angle of 311.49º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60BC9 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 201 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.04 |
| HSL | 311.49º | 0.93% | 0.5% | - |
| HSV(B) | 311.49º | 0.96% | 0.96% | - |
| XYZ | 48.67 | 24.05 | 57.34 | - |
| YUV | 102.93 | 183.36 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 201 | 0 | 0.96 | 0.18 | 0.04 | 311.49 | 0.93 | 0.5 |
| Hex | F6 | B | C9 | 0 | 60 | 12 | 4 | 137 | 5D | 32 |
| Octal | 366 | 13 | 311 | 0 | 140 | 22 | 4 | 467 | 135 | 62 |
| Binary | 11110110 | 1011 | 11001001 | 0 | 1100000 | 10010 | 100 | 100110111 | 1011101 | 110010 |
Color Harmonies of #F60BC9
Complementary color
Monochromatic Colors of #F60BC9
Black with #F60BC9
Text Example
Text Example
White with #F60BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BC9; }
p { color: rgb(246,11,201); }
H1.HeaderClassName
{
color: #F60BC9;
}
.AnyTagClassName
{
color: #F60BC9;
}
</style>
background-color css
<style>
a { background-color: #F60BC9; }
a { background-color: rgb(246,11,201); }
div.DivClassName
{
background-color: #F60BC9;
}
.BgClassName
{
background-color: #F60BC9;
}
</style>
border-color css
<style>
span { border-color: #F60BC9; }
span { border-color: rgb(246,11,201); }
td.TdClassName
{
border-color: #F60BC9;
}
.TagClassName
{
border-color: #F60BC9;
}
</style>