Shades of Shocking Pink #F60AB7
Tints of Shocking Pink #F60AB7
RGB
CMYK
RGB Variations
Color information
#F60AB7 (or 0xF60AB7) is known color: Shocking Pink. HEX triplet: F6, 0A and B7. RGB value is (246,10,183). Sum of RGB (Red+Green+Blue) = 246+10+183=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 10 (4.30% from 255 or 2.28% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60AB7 is #09F548. Grayscale: #636363. Windows color (decimal): -652617 or 11995894. OLE color: 11995894.
HSL color Cylindrical-coordinate representation of color #F60AB7: hue angle of 316.02º 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 #F60AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.04 |
| HSL | 316.02º | 0.93% | 0.5% | - |
| HSV(B) | 316.02º | 0.96% | 0.96% | - |
| XYZ | 46.66 | 23.23 | 46.82 | - |
| YUV | 100.29 | 174.69 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 183 | 0 | 0.96 | 0.26 | 0.04 | 316.02 | 0.93 | 0.5 |
| Hex | F6 | A | B7 | 0 | 60 | 1A | 4 | 13C | 5D | 32 |
| Octal | 366 | 12 | 267 | 0 | 140 | 32 | 4 | 474 | 135 | 62 |
| Binary | 11110110 | 1010 | 10110111 | 0 | 1100000 | 11010 | 100 | 100111100 | 1011101 | 110010 |
Color Harmonies of #F60AB7
Complementary color
Monochromatic Colors of #F60AB7
Black with #F60AB7
Text Example
Text Example
White with #F60AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AB7; }
p { color: rgb(246,10,183); }
H1.HeaderClassName
{
color: #F60AB7;
}
.AnyTagClassName
{
color: #F60AB7;
}
</style>
background-color css
<style>
a { background-color: #F60AB7; }
a { background-color: rgb(246,10,183); }
div.DivClassName
{
background-color: #F60AB7;
}
.BgClassName
{
background-color: #F60AB7;
}
</style>
border-color css
<style>
span { border-color: #F60AB7; }
span { border-color: rgb(246,10,183); }
td.TdClassName
{
border-color: #F60AB7;
}
.TagClassName
{
border-color: #F60AB7;
}
</style>