Shades of Shocking Pink #F517C1
Tints of Shocking Pink #F517C1
RGB
CMYK
RGB Variations
Color information
#F517C1 (or 0xF517C1) is known color: Shocking Pink. HEX triplet: F5, 17 and C1. RGB value is (245,23,193). Sum of RGB (Red+Green+Blue) = 245+23+193=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F517C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517C1 is #0AE83E. Grayscale: #6C6C6C. Windows color (decimal): -714815 or 12654581. OLE color: 12654581.
HSL color Cylindrical-coordinate representation of color #F517C1: hue angle of 314.05º degrees, saturation: 0.92, 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 #F517C1 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 193 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.04 |
| HSL | 314.05º | 0.92% | 0.53% | - |
| HSV(B) | 314.05º | 0.91% | 0.96% | - |
| XYZ | 47.59 | 23.88 | 52.55 | - |
| YUV | 108.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 193 | 0 | 0.91 | 0.21 | 0.04 | 314.05 | 0.92 | 0.53 |
| Hex | F5 | 17 | C1 | 0 | 5B | 15 | 4 | 13A | 5C | 35 |
| Octal | 365 | 27 | 301 | 0 | 133 | 25 | 4 | 472 | 134 | 65 |
| Binary | 11110101 | 10111 | 11000001 | 0 | 1011011 | 10101 | 100 | 100111010 | 1011100 | 110101 |
Color Harmonies of #F517C1
Complementary color
Monochromatic Colors of #F517C1
Black with #F517C1
Text Example
Text Example
White with #F517C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517C1; }
p { color: rgb(245,23,193); }
H1.HeaderClassName
{
color: #F517C1;
}
.AnyTagClassName
{
color: #F517C1;
}
</style>
background-color css
<style>
a { background-color: #F517C1; }
a { background-color: rgb(245,23,193); }
div.DivClassName
{
background-color: #F517C1;
}
.BgClassName
{
background-color: #F517C1;
}
</style>
border-color css
<style>
span { border-color: #F517C1; }
span { border-color: rgb(245,23,193); }
td.TdClassName
{
border-color: #F517C1;
}
.TagClassName
{
border-color: #F517C1;
}
</style>