Shades of Shocking Pink #F616CA
Tints of Shocking Pink #F616CA
RGB
CMYK
RGB Variations
Color information
#F616CA (or 0xF616CA) is known color: Shocking Pink. HEX triplet: F6, 16 and CA. RGB value is (246,22,202). Sum of RGB (Red+Green+Blue) = 246+22+202=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F616CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F616CA is #09E935. Grayscale: #6D6D6D. Windows color (decimal): -649526 or 13244150. OLE color: 13244150.
HSL color Cylindrical-coordinate representation of color #F616CA: hue angle of 311.79º 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 #F616CA is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 202 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.04 |
| HSL | 311.79º | 0.93% | 0.53% | - |
| HSV(B) | 311.79º | 0.91% | 0.96% | - |
| XYZ | 48.95 | 24.43 | 58.01 | - |
| YUV | 109.5 | 180.21 | 225.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 202 | 0 | 0.91 | 0.18 | 0.04 | 311.79 | 0.93 | 0.53 |
| Hex | F6 | 16 | CA | 0 | 5B | 12 | 4 | 138 | 5D | 35 |
| Octal | 366 | 26 | 312 | 0 | 133 | 22 | 4 | 470 | 135 | 65 |
| Binary | 11110110 | 10110 | 11001010 | 0 | 1011011 | 10010 | 100 | 100111000 | 1011101 | 110101 |
Color Harmonies of #F616CA
Complementary color
Monochromatic Colors of #F616CA
Black with #F616CA
Text Example
Text Example
White with #F616CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616CA; }
p { color: rgb(246,22,202); }
H1.HeaderClassName
{
color: #F616CA;
}
.AnyTagClassName
{
color: #F616CA;
}
</style>
background-color css
<style>
a { background-color: #F616CA; }
a { background-color: rgb(246,22,202); }
div.DivClassName
{
background-color: #F616CA;
}
.BgClassName
{
background-color: #F616CA;
}
</style>
border-color css
<style>
span { border-color: #F616CA; }
span { border-color: rgb(246,22,202); }
td.TdClassName
{
border-color: #F616CA;
}
.TagClassName
{
border-color: #F616CA;
}
</style>