Shades of Shocking Pink #F517D3
Tints of Shocking Pink #F517D3
RGB
CMYK
RGB Variations
Color information
#F517D3 (or 0xF517D3) is known color: Shocking Pink. HEX triplet: F5, 17 and D3. RGB value is (245,23,211). Sum of RGB (Red+Green+Blue) = 245+23+211=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F517D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517D3 is #0AE82C. Grayscale: #6E6E6E. Windows color (decimal): -714797 or 13834229. OLE color: 13834229.
HSL color Cylindrical-coordinate representation of color #F517D3: hue angle of 309.19º 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 #F517D3 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 211 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.04 |
| HSL | 309.19º | 0.92% | 0.53% | - |
| HSV(B) | 309.19º | 0.91% | 0.96% | - |
| XYZ | 49.72 | 24.73 | 63.78 | - |
| YUV | 110.81 | 184.55 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 211 | 0 | 0.91 | 0.14 | 0.04 | 309.19 | 0.92 | 0.53 |
| Hex | F5 | 17 | D3 | 0 | 5B | E | 4 | 135 | 5C | 35 |
| Octal | 365 | 27 | 323 | 0 | 133 | 16 | 4 | 465 | 134 | 65 |
| Binary | 11110101 | 10111 | 11010011 | 0 | 1011011 | 1110 | 100 | 100110101 | 1011100 | 110101 |
Color Harmonies of #F517D3
Complementary color
Monochromatic Colors of #F517D3
Black with #F517D3
Text Example
Text Example
White with #F517D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517D3; }
p { color: rgb(245,23,211); }
H1.HeaderClassName
{
color: #F517D3;
}
.AnyTagClassName
{
color: #F517D3;
}
</style>
background-color css
<style>
a { background-color: #F517D3; }
a { background-color: rgb(245,23,211); }
div.DivClassName
{
background-color: #F517D3;
}
.BgClassName
{
background-color: #F517D3;
}
</style>
border-color css
<style>
span { border-color: #F517D3; }
span { border-color: rgb(245,23,211); }
td.TdClassName
{
border-color: #F517D3;
}
.TagClassName
{
border-color: #F517D3;
}
</style>