Shades of Shocking Pink #F517BE
Tints of Shocking Pink #F517BE
RGB
CMYK
RGB Variations
Color information
#F517BE (or 0xF517BE) is known color: Shocking Pink. HEX triplet: F5, 17 and BE. RGB value is (245,23,190). Sum of RGB (Red+Green+Blue) = 245+23+190=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F517BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517BE is #0AE841. Grayscale: #6B6B6B. Windows color (decimal): -714818 or 12457973. OLE color: 12457973.
HSL color Cylindrical-coordinate representation of color #F517BE: hue angle of 314.86º 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 #F517BE is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 190 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.04 |
| HSL | 314.86º | 0.92% | 0.53% | - |
| HSV(B) | 314.86º | 0.91% | 0.96% | - |
| XYZ | 47.26 | 23.74 | 50.81 | - |
| YUV | 108.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 190 | 0 | 0.91 | 0.22 | 0.04 | 314.86 | 0.92 | 0.53 |
| Hex | F5 | 17 | BE | 0 | 5B | 16 | 4 | 13B | 5C | 35 |
| Octal | 365 | 27 | 276 | 0 | 133 | 26 | 4 | 473 | 134 | 65 |
| Binary | 11110101 | 10111 | 10111110 | 0 | 1011011 | 10110 | 100 | 100111011 | 1011100 | 110101 |
Color Harmonies of #F517BE
Complementary color
Monochromatic Colors of #F517BE
Black with #F517BE
Text Example
Text Example
White with #F517BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517BE; }
p { color: rgb(245,23,190); }
H1.HeaderClassName
{
color: #F517BE;
}
.AnyTagClassName
{
color: #F517BE;
}
</style>
background-color css
<style>
a { background-color: #F517BE; }
a { background-color: rgb(245,23,190); }
div.DivClassName
{
background-color: #F517BE;
}
.BgClassName
{
background-color: #F517BE;
}
</style>
border-color css
<style>
span { border-color: #F517BE; }
span { border-color: rgb(245,23,190); }
td.TdClassName
{
border-color: #F517BE;
}
.TagClassName
{
border-color: #F517BE;
}
</style>