Shades of Shocking Pink #F117C1
Tints of Shocking Pink #F117C1
RGB
CMYK
RGB Variations
Color information
#F117C1 (or 0xF117C1) is known color: Shocking Pink. HEX triplet: F1, 17 and C1. RGB value is (241,23,193). Sum of RGB (Red+Green+Blue) = 241+23+193=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F117C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F117C1 is #0EE83E. Grayscale: #6B6B6B. Windows color (decimal): -976959 or 12654577. OLE color: 12654577.
HSL color Cylindrical-coordinate representation of color #F117C1: hue angle of 313.21º 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 #F117C1 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 193 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.05 |
| HSL | 313.21º | 0.89% | 0.52% | - |
| HSV(B) | 313.21º | 0.9% | 0.95% | - |
| XYZ | 46.21 | 23.16 | 52.49 | - |
| YUV | 107.56 | 176.22 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 193 | 0 | 0.90 | 0.20 | 0.05 | 313.21 | 0.89 | 0.52 |
| Hex | F1 | 17 | C1 | 0 | 5A | 14 | 5 | 139 | 59 | 34 |
| Octal | 361 | 27 | 301 | 0 | 132 | 24 | 5 | 471 | 131 | 64 |
| Binary | 11110001 | 10111 | 11000001 | 0 | 1011010 | 10100 | 101 | 100111001 | 1011001 | 110100 |
Color Harmonies of #F117C1
Complementary color
Monochromatic Colors of #F117C1
Black with #F117C1
Text Example
Text Example
White with #F117C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F117C1; }
p { color: rgb(241,23,193); }
H1.HeaderClassName
{
color: #F117C1;
}
.AnyTagClassName
{
color: #F117C1;
}
</style>
background-color css
<style>
a { background-color: #F117C1; }
a { background-color: rgb(241,23,193); }
div.DivClassName
{
background-color: #F117C1;
}
.BgClassName
{
background-color: #F117C1;
}
</style>
border-color css
<style>
span { border-color: #F117C1; }
span { border-color: rgb(241,23,193); }
td.TdClassName
{
border-color: #F117C1;
}
.TagClassName
{
border-color: #F117C1;
}
</style>