Shades of Shocking Pink #F610CF
Tints of Shocking Pink #F610CF
RGB
CMYK
RGB Variations
Color information
#F610CF (or 0xF610CF) is known color: Shocking Pink. HEX triplet: F6, 10 and CF. RGB value is (246,16,207). Sum of RGB (Red+Green+Blue) = 246+16+207=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F610CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610CF is #09EF30. Grayscale: #6A6A6A. Windows color (decimal): -651057 or 13570294. OLE color: 13570294.
HSL color Cylindrical-coordinate representation of color #F610CF: hue angle of 310.17º 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 #F610CF is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 207 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.04 |
| HSL | 310.17º | 0.93% | 0.51% | - |
| HSV(B) | 310.17º | 0.93% | 0.96% | - |
| XYZ | 49.45 | 24.47 | 61.15 | - |
| YUV | 106.54 | 184.7 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 207 | 0 | 0.93 | 0.16 | 0.04 | 310.17 | 0.93 | 0.51 |
| Hex | F6 | 10 | CF | 0 | 5D | 10 | 4 | 136 | 5D | 33 |
| Octal | 366 | 20 | 317 | 0 | 135 | 20 | 4 | 466 | 135 | 63 |
| Binary | 11110110 | 10000 | 11001111 | 0 | 1011101 | 10000 | 100 | 100110110 | 1011101 | 110011 |
Color Harmonies of #F610CF
Complementary color
Monochromatic Colors of #F610CF
Black with #F610CF
Text Example
Text Example
White with #F610CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610CF; }
p { color: rgb(246,16,207); }
H1.HeaderClassName
{
color: #F610CF;
}
.AnyTagClassName
{
color: #F610CF;
}
</style>
background-color css
<style>
a { background-color: #F610CF; }
a { background-color: rgb(246,16,207); }
div.DivClassName
{
background-color: #F610CF;
}
.BgClassName
{
background-color: #F610CF;
}
</style>
border-color css
<style>
span { border-color: #F610CF; }
span { border-color: rgb(246,16,207); }
td.TdClassName
{
border-color: #F610CF;
}
.TagClassName
{
border-color: #F610CF;
}
</style>