Shades of Shocking Pink #F517CA
Tints of Shocking Pink #F517CA
RGB
CMYK
RGB Variations
Color information
#F517CA (or 0xF517CA) is known color: Shocking Pink. HEX triplet: F5, 17 and CA. RGB value is (245,23,202). Sum of RGB (Red+Green+Blue) = 245+23+202=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F517CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517CA is #0AE835. Grayscale: #6D6D6D. Windows color (decimal): -714806 or 13244405. OLE color: 13244405.
HSL color Cylindrical-coordinate representation of color #F517CA: hue angle of 311.62º 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 #F517CA is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 202 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.04 |
| HSL | 311.62º | 0.92% | 0.53% | - |
| HSV(B) | 311.62º | 0.91% | 0.96% | - |
| XYZ | 48.62 | 24.29 | 58 | - |
| YUV | 109.78 | 180.05 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 202 | 0 | 0.91 | 0.18 | 0.04 | 311.62 | 0.92 | 0.53 |
| Hex | F5 | 17 | CA | 0 | 5B | 12 | 4 | 138 | 5C | 35 |
| Octal | 365 | 27 | 312 | 0 | 133 | 22 | 4 | 470 | 134 | 65 |
| Binary | 11110101 | 10111 | 11001010 | 0 | 1011011 | 10010 | 100 | 100111000 | 1011100 | 110101 |
Color Harmonies of #F517CA
Complementary color
Monochromatic Colors of #F517CA
Black with #F517CA
Text Example
Text Example
White with #F517CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517CA; }
p { color: rgb(245,23,202); }
H1.HeaderClassName
{
color: #F517CA;
}
.AnyTagClassName
{
color: #F517CA;
}
</style>
background-color css
<style>
a { background-color: #F517CA; }
a { background-color: rgb(245,23,202); }
div.DivClassName
{
background-color: #F517CA;
}
.BgClassName
{
background-color: #F517CA;
}
</style>
border-color css
<style>
span { border-color: #F517CA; }
span { border-color: rgb(245,23,202); }
td.TdClassName
{
border-color: #F517CA;
}
.TagClassName
{
border-color: #F517CA;
}
</style>