Shades of Shocking Pink #F116D3
Tints of Shocking Pink #F116D3
RGB
CMYK
RGB Variations
Color information
#F116D3 (or 0xF116D3) is known color: Shocking Pink. HEX triplet: F1, 16 and D3. RGB value is (241,22,211). Sum of RGB (Red+Green+Blue) = 241+22+211=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 211 (82.81% from 255 or 44.51% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F116D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116D3 is #0EE92C. Grayscale: #6C6C6C. Windows color (decimal): -977197 or 13833969. OLE color: 13833969.
HSL color Cylindrical-coordinate representation of color #F116D3: hue angle of 308.22º 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 #F116D3 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 211 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.05 |
| HSL | 308.22º | 0.89% | 0.52% | - |
| HSV(B) | 308.22º | 0.91% | 0.95% | - |
| XYZ | 48.32 | 23.98 | 63.71 | - |
| YUV | 109.03 | 185.55 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 211 | 0 | 0.91 | 0.12 | 0.05 | 308.22 | 0.89 | 0.52 |
| Hex | F1 | 16 | D3 | 0 | 5B | C | 5 | 134 | 59 | 34 |
| Octal | 361 | 26 | 323 | 0 | 133 | 14 | 5 | 464 | 131 | 64 |
| Binary | 11110001 | 10110 | 11010011 | 0 | 1011011 | 1100 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F116D3
Complementary color
Monochromatic Colors of #F116D3
Black with #F116D3
Text Example
Text Example
White with #F116D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116D3; }
p { color: rgb(241,22,211); }
H1.HeaderClassName
{
color: #F116D3;
}
.AnyTagClassName
{
color: #F116D3;
}
</style>
background-color css
<style>
a { background-color: #F116D3; }
a { background-color: rgb(241,22,211); }
div.DivClassName
{
background-color: #F116D3;
}
.BgClassName
{
background-color: #F116D3;
}
</style>
border-color css
<style>
span { border-color: #F116D3; }
span { border-color: rgb(241,22,211); }
td.TdClassName
{
border-color: #F116D3;
}
.TagClassName
{
border-color: #F116D3;
}
</style>