Shades of Shocking Pink #F610C6
Tints of Shocking Pink #F610C6
RGB
CMYK
RGB Variations
Color information
#F610C6 (or 0xF610C6) is known color: Shocking Pink. HEX triplet: F6, 10 and C6. RGB value is (246,16,198). Sum of RGB (Red+Green+Blue) = 246+16+198=460 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.48% from 460); Green value is 16 (6.64% from 255 or 3.48% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 246 - color contains mainly: red. Hex color #F610C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610C6 is #09EF39. Grayscale: #696969. Windows color (decimal): -651066 or 12980470. OLE color: 12980470.
HSL color Cylindrical-coordinate representation of color #F610C6: hue angle of 312.52º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610C6 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 198 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.04 |
| HSL | 312.52º | 0.93% | 0.51% | - |
| HSV(B) | 312.52º | 0.93% | 0.96% | - |
| XYZ | 48.38 | 24.04 | 55.52 | - |
| YUV | 105.52 | 180.2 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 198 | 0 | 0.93 | 0.20 | 0.04 | 312.52 | 0.93 | 0.51 |
| Hex | F6 | 10 | C6 | 0 | 5D | 14 | 4 | 139 | 5D | 33 |
| Octal | 366 | 20 | 306 | 0 | 135 | 24 | 4 | 471 | 135 | 63 |
| Binary | 11110110 | 10000 | 11000110 | 0 | 1011101 | 10100 | 100 | 100111001 | 1011101 | 110011 |
Color Harmonies of #F610C6
Complementary color
Monochromatic Colors of #F610C6
Black with #F610C6
Text Example
Text Example
White with #F610C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610C6; }
p { color: rgb(246,16,198); }
H1.HeaderClassName
{
color: #F610C6;
}
.AnyTagClassName
{
color: #F610C6;
}
</style>
background-color css
<style>
a { background-color: #F610C6; }
a { background-color: rgb(246,16,198); }
div.DivClassName
{
background-color: #F610C6;
}
.BgClassName
{
background-color: #F610C6;
}
</style>
border-color css
<style>
span { border-color: #F610C6; }
span { border-color: rgb(246,16,198); }
td.TdClassName
{
border-color: #F610C6;
}
.TagClassName
{
border-color: #F610C6;
}
</style>