Shades of Shocking Pink #F60AC1
Tints of Shocking Pink #F60AC1
RGB
CMYK
RGB Variations
Color information
#F60AC1 (or 0xF60AC1) is known color: Shocking Pink. HEX triplet: F6, 0A and C1. RGB value is (246,10,193). Sum of RGB (Red+Green+Blue) = 246+10+193=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AC1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60AC1 is #09F53E. Grayscale: #646464. Windows color (decimal): -652607 or 12651254. OLE color: 12651254.
HSL color Cylindrical-coordinate representation of color #F60AC1: hue angle of 313.47º 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 #F60AC1 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 193 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.04 |
| HSL | 313.47º | 0.93% | 0.5% | - |
| HSV(B) | 313.47º | 0.96% | 0.96% | - |
| XYZ | 47.74 | 23.66 | 52.5 | - |
| YUV | 101.43 | 179.69 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 193 | 0 | 0.96 | 0.22 | 0.04 | 313.47 | 0.93 | 0.5 |
| Hex | F6 | A | C1 | 0 | 60 | 16 | 4 | 139 | 5D | 32 |
| Octal | 366 | 12 | 301 | 0 | 140 | 26 | 4 | 471 | 135 | 62 |
| Binary | 11110110 | 1010 | 11000001 | 0 | 1100000 | 10110 | 100 | 100111001 | 1011101 | 110010 |
Color Harmonies of #F60AC1
Complementary color
Monochromatic Colors of #F60AC1
Black with #F60AC1
Text Example
Text Example
White with #F60AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AC1; }
p { color: rgb(246,10,193); }
H1.HeaderClassName
{
color: #F60AC1;
}
.AnyTagClassName
{
color: #F60AC1;
}
</style>
background-color css
<style>
a { background-color: #F60AC1; }
a { background-color: rgb(246,10,193); }
div.DivClassName
{
background-color: #F60AC1;
}
.BgClassName
{
background-color: #F60AC1;
}
</style>
border-color css
<style>
span { border-color: #F60AC1; }
span { border-color: rgb(246,10,193); }
td.TdClassName
{
border-color: #F60AC1;
}
.TagClassName
{
border-color: #F60AC1;
}
</style>