Shades of Shocking Pink #F616D6
Tints of Shocking Pink #F616D6
RGB
CMYK
RGB Variations
Color information
#F616D6 (or 0xF616D6) is known color: Shocking Pink. HEX triplet: F6, 16 and D6. RGB value is (246,22,214). Sum of RGB (Red+Green+Blue) = 246+22+214=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 22 (8.98% from 255 or 4.56% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F616D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F616D6 is #09E929. Grayscale: #6E6E6E. Windows color (decimal): -649514 or 14030582. OLE color: 14030582.
HSL color Cylindrical-coordinate representation of color #F616D6: hue angle of 308.57º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F616D6 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 214 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.04 |
| HSL | 308.57º | 0.93% | 0.53% | - |
| HSV(B) | 308.57º | 0.91% | 0.96% | - |
| XYZ | 50.43 | 25.02 | 65.79 | - |
| YUV | 110.86 | 186.21 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 214 | 0 | 0.91 | 0.13 | 0.04 | 308.57 | 0.93 | 0.53 |
| Hex | F6 | 16 | D6 | 0 | 5B | D | 4 | 135 | 5D | 35 |
| Octal | 366 | 26 | 326 | 0 | 133 | 15 | 4 | 465 | 135 | 65 |
| Binary | 11110110 | 10110 | 11010110 | 0 | 1011011 | 1101 | 100 | 100110101 | 1011101 | 110101 |
Color Harmonies of #F616D6
Complementary color
Monochromatic Colors of #F616D6
Black with #F616D6
Text Example
Text Example
White with #F616D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616D6; }
p { color: rgb(246,22,214); }
H1.HeaderClassName
{
color: #F616D6;
}
.AnyTagClassName
{
color: #F616D6;
}
</style>
background-color css
<style>
a { background-color: #F616D6; }
a { background-color: rgb(246,22,214); }
div.DivClassName
{
background-color: #F616D6;
}
.BgClassName
{
background-color: #F616D6;
}
</style>
border-color css
<style>
span { border-color: #F616D6; }
span { border-color: rgb(246,22,214); }
td.TdClassName
{
border-color: #F616D6;
}
.TagClassName
{
border-color: #F616D6;
}
</style>