Shades of Shocking Pink #F917C5
Tints of Shocking Pink #F917C5
RGB
CMYK
RGB Variations
Color information
#F917C5 (or 0xF917C5) is known color: Shocking Pink. HEX triplet: F9, 17 and C5. RGB value is (249,23,197). Sum of RGB (Red+Green+Blue) = 249+23+197=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F917C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917C5 is #06E83A. Grayscale: #6D6D6D. Windows color (decimal): -452667 or 12916729. OLE color: 12916729.
HSL color Cylindrical-coordinate representation of color #F917C5: hue angle of 313.81º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F917C5 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 197 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.02 |
| HSL | 313.81º | 0.95% | 0.53% | - |
| HSV(B) | 313.81º | 0.91% | 0.98% | - |
| XYZ | 49.45 | 24.78 | 55 | - |
| YUV | 110.41 | 176.87 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 197 | 0 | 0.91 | 0.21 | 0.02 | 313.81 | 0.95 | 0.53 |
| Hex | F9 | 17 | C5 | 0 | 5B | 15 | 2 | 13A | 5F | 35 |
| Octal | 371 | 27 | 305 | 0 | 133 | 25 | 2 | 472 | 137 | 65 |
| Binary | 11111001 | 10111 | 11000101 | 0 | 1011011 | 10101 | 10 | 100111010 | 1011111 | 110101 |
Color Harmonies of #F917C5
Complementary color
Monochromatic Colors of #F917C5
Black with #F917C5
Text Example
Text Example
White with #F917C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917C5; }
p { color: rgb(249,23,197); }
H1.HeaderClassName
{
color: #F917C5;
}
.AnyTagClassName
{
color: #F917C5;
}
</style>
background-color css
<style>
a { background-color: #F917C5; }
a { background-color: rgb(249,23,197); }
div.DivClassName
{
background-color: #F917C5;
}
.BgClassName
{
background-color: #F917C5;
}
</style>
border-color css
<style>
span { border-color: #F917C5; }
span { border-color: rgb(249,23,197); }
td.TdClassName
{
border-color: #F917C5;
}
.TagClassName
{
border-color: #F917C5;
}
</style>