Shades of Shocking Pink #F116CF
Tints of Shocking Pink #F116CF
RGB
CMYK
RGB Variations
Color information
#F116CF (or 0xF116CF) is known color: Shocking Pink. HEX triplet: F1, 16 and CF. RGB value is (241,22,207). Sum of RGB (Red+Green+Blue) = 241+22+207=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F116CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116CF is #0EE930. Grayscale: #6C6C6C. Windows color (decimal): -977201 or 13571825. OLE color: 13571825.
HSL color Cylindrical-coordinate representation of color #F116CF: hue angle of 309.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116CF is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 207 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.05 |
| HSL | 309.32º | 0.89% | 0.52% | - |
| HSV(B) | 309.32º | 0.91% | 0.95% | - |
| XYZ | 47.83 | 23.78 | 61.1 | - |
| YUV | 108.57 | 183.55 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 207 | 0 | 0.91 | 0.14 | 0.05 | 309.32 | 0.89 | 0.52 |
| Hex | F1 | 16 | CF | 0 | 5B | E | 5 | 135 | 59 | 34 |
| Octal | 361 | 26 | 317 | 0 | 133 | 16 | 5 | 465 | 131 | 64 |
| Binary | 11110001 | 10110 | 11001111 | 0 | 1011011 | 1110 | 101 | 100110101 | 1011001 | 110100 |
Color Harmonies of #F116CF
Complementary color
Monochromatic Colors of #F116CF
Black with #F116CF
Text Example
Text Example
White with #F116CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116CF; }
p { color: rgb(241,22,207); }
H1.HeaderClassName
{
color: #F116CF;
}
.AnyTagClassName
{
color: #F116CF;
}
</style>
background-color css
<style>
a { background-color: #F116CF; }
a { background-color: rgb(241,22,207); }
div.DivClassName
{
background-color: #F116CF;
}
.BgClassName
{
background-color: #F116CF;
}
</style>
border-color css
<style>
span { border-color: #F116CF; }
span { border-color: rgb(241,22,207); }
td.TdClassName
{
border-color: #F116CF;
}
.TagClassName
{
border-color: #F116CF;
}
</style>