Shades of Shocking Pink #F117D3
Tints of Shocking Pink #F117D3
RGB
CMYK
RGB Variations
Color information
#F117D3 (or 0xF117D3) is known color: Shocking Pink. HEX triplet: F1, 17 and D3. RGB value is (241,23,211). Sum of RGB (Red+Green+Blue) = 241+23+211=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F117D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117D3 is #0EE82C. Grayscale: #6D6D6D. Windows color (decimal): -976941 or 13834225. OLE color: 13834225.
HSL color Cylindrical-coordinate representation of color #F117D3: hue angle of 308.26º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117D3 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 211 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.05 |
| HSL | 308.26º | 0.89% | 0.52% | - |
| HSV(B) | 308.26º | 0.9% | 0.95% | - |
| XYZ | 48.34 | 24.02 | 63.72 | - |
| YUV | 109.61 | 185.22 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 211 | 0 | 0.90 | 0.12 | 0.05 | 308.26 | 0.89 | 0.52 |
| Hex | F1 | 17 | D3 | 0 | 5A | C | 5 | 134 | 59 | 34 |
| Octal | 361 | 27 | 323 | 0 | 132 | 14 | 5 | 464 | 131 | 64 |
| Binary | 11110001 | 10111 | 11010011 | 0 | 1011010 | 1100 | 101 | 100110100 | 1011001 | 110100 |
Color Harmonies of #F117D3
Complementary color
Monochromatic Colors of #F117D3
Black with #F117D3
Text Example
Text Example
White with #F117D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117D3; }
p { color: rgb(241,23,211); }
H1.HeaderClassName
{
color: #F117D3;
}
.AnyTagClassName
{
color: #F117D3;
}
</style>
background-color css
<style>
a { background-color: #F117D3; }
a { background-color: rgb(241,23,211); }
div.DivClassName
{
background-color: #F117D3;
}
.BgClassName
{
background-color: #F117D3;
}
</style>
border-color css
<style>
span { border-color: #F117D3; }
span { border-color: rgb(241,23,211); }
td.TdClassName
{
border-color: #F117D3;
}
.TagClassName
{
border-color: #F117D3;
}
</style>