Shades of Shocking Pink #F60BB7
Tints of Shocking Pink #F60BB7
RGB
CMYK
RGB Variations
Color information
#F60BB7 (or 0xF60BB7) is known color: Shocking Pink. HEX triplet: F6, 0B and B7. RGB value is (246,11,183). Sum of RGB (Red+Green+Blue) = 246+11+183=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60BB7 is #09F448. Grayscale: #646464. Windows color (decimal): -652361 or 11996150. OLE color: 11996150.
HSL color Cylindrical-coordinate representation of color #F60BB7: hue angle of 316.09º 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 #F60BB7 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 183 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.04 |
| HSL | 316.09º | 0.93% | 0.5% | - |
| HSV(B) | 316.09º | 0.96% | 0.96% | - |
| XYZ | 46.67 | 23.25 | 46.83 | - |
| YUV | 100.87 | 174.36 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 183 | 0 | 0.96 | 0.26 | 0.04 | 316.09 | 0.93 | 0.5 |
| Hex | F6 | B | B7 | 0 | 60 | 1A | 4 | 13C | 5D | 32 |
| Octal | 366 | 13 | 267 | 0 | 140 | 32 | 4 | 474 | 135 | 62 |
| Binary | 11110110 | 1011 | 10110111 | 0 | 1100000 | 11010 | 100 | 100111100 | 1011101 | 110010 |
Color Harmonies of #F60BB7
Complementary color
Monochromatic Colors of #F60BB7
Black with #F60BB7
Text Example
Text Example
White with #F60BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BB7; }
p { color: rgb(246,11,183); }
H1.HeaderClassName
{
color: #F60BB7;
}
.AnyTagClassName
{
color: #F60BB7;
}
</style>
background-color css
<style>
a { background-color: #F60BB7; }
a { background-color: rgb(246,11,183); }
div.DivClassName
{
background-color: #F60BB7;
}
.BgClassName
{
background-color: #F60BB7;
}
</style>
border-color css
<style>
span { border-color: #F60BB7; }
span { border-color: rgb(246,11,183); }
td.TdClassName
{
border-color: #F60BB7;
}
.TagClassName
{
border-color: #F60BB7;
}
</style>