Shades of Shocking Pink #F517CC
Tints of Shocking Pink #F517CC
RGB
CMYK
RGB Variations
Color information
#F517CC (or 0xF517CC) is known color: Shocking Pink. HEX triplet: F5, 17 and CC. RGB value is (245,23,204). Sum of RGB (Red+Green+Blue) = 245+23+204=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F517CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F517CC is #0AE833. Grayscale: #6D6D6D. Windows color (decimal): -714804 or 13375477. OLE color: 13375477.
HSL color Cylindrical-coordinate representation of color #F517CC: hue angle of 311.08º 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 #F517CC is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 204 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.04 |
| HSL | 311.08º | 0.92% | 0.53% | - |
| HSV(B) | 311.08º | 0.91% | 0.96% | - |
| XYZ | 48.86 | 24.38 | 59.26 | - |
| YUV | 110.01 | 181.05 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 204 | 0 | 0.91 | 0.17 | 0.04 | 311.08 | 0.92 | 0.53 |
| Hex | F5 | 17 | CC | 0 | 5B | 11 | 4 | 137 | 5C | 35 |
| Octal | 365 | 27 | 314 | 0 | 133 | 21 | 4 | 467 | 134 | 65 |
| Binary | 11110101 | 10111 | 11001100 | 0 | 1011011 | 10001 | 100 | 100110111 | 1011100 | 110101 |
Color Harmonies of #F517CC
Complementary color
Monochromatic Colors of #F517CC
Black with #F517CC
Text Example
Text Example
White with #F517CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517CC; }
p { color: rgb(245,23,204); }
H1.HeaderClassName
{
color: #F517CC;
}
.AnyTagClassName
{
color: #F517CC;
}
</style>
background-color css
<style>
a { background-color: #F517CC; }
a { background-color: rgb(245,23,204); }
div.DivClassName
{
background-color: #F517CC;
}
.BgClassName
{
background-color: #F517CC;
}
</style>
border-color css
<style>
span { border-color: #F517CC; }
span { border-color: rgb(245,23,204); }
td.TdClassName
{
border-color: #F517CC;
}
.TagClassName
{
border-color: #F517CC;
}
</style>