Shades of Shocking Pink #F610C7
Tints of Shocking Pink #F610C7
RGB
CMYK
RGB Variations
Color information
#F610C7 (or 0xF610C7) is known color: Shocking Pink. HEX triplet: F6, 10 and C7. RGB value is (246,16,199). Sum of RGB (Red+Green+Blue) = 246+16+199=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F610C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610C7 is #09EF38. Grayscale: #696969. Windows color (decimal): -651065 or 13046006. OLE color: 13046006.
HSL color Cylindrical-coordinate representation of color #F610C7: hue angle of 312.26º 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 #F610C7 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 199 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.04 |
| HSL | 312.26º | 0.93% | 0.51% | - |
| HSV(B) | 312.26º | 0.93% | 0.96% | - |
| XYZ | 48.5 | 24.09 | 56.13 | - |
| YUV | 105.63 | 180.7 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 199 | 0 | 0.93 | 0.19 | 0.04 | 312.26 | 0.93 | 0.51 |
| Hex | F6 | 10 | C7 | 0 | 5D | 13 | 4 | 138 | 5D | 33 |
| Octal | 366 | 20 | 307 | 0 | 135 | 23 | 4 | 470 | 135 | 63 |
| Binary | 11110110 | 10000 | 11000111 | 0 | 1011101 | 10011 | 100 | 100111000 | 1011101 | 110011 |
Color Harmonies of #F610C7
Complementary color
Monochromatic Colors of #F610C7
Black with #F610C7
Text Example
Text Example
White with #F610C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610C7; }
p { color: rgb(246,16,199); }
H1.HeaderClassName
{
color: #F610C7;
}
.AnyTagClassName
{
color: #F610C7;
}
</style>
background-color css
<style>
a { background-color: #F610C7; }
a { background-color: rgb(246,16,199); }
div.DivClassName
{
background-color: #F610C7;
}
.BgClassName
{
background-color: #F610C7;
}
</style>
border-color css
<style>
span { border-color: #F610C7; }
span { border-color: rgb(246,16,199); }
td.TdClassName
{
border-color: #F610C7;
}
.TagClassName
{
border-color: #F610C7;
}
</style>