Shades of Shocking Pink #F917C7
Tints of Shocking Pink #F917C7
RGB
CMYK
RGB Variations
Color information
#F917C7 (or 0xF917C7) is known color: Shocking Pink. HEX triplet: F9, 17 and C7. RGB value is (249,23,199). Sum of RGB (Red+Green+Blue) = 249+23+199=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F917C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F917C7 is #06E838. Grayscale: #6E6E6E. Windows color (decimal): -452665 or 13047801. OLE color: 13047801.
HSL color Cylindrical-coordinate representation of color #F917C7: hue angle of 313.27º 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 #F917C7 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 199 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.02 |
| HSL | 313.27º | 0.95% | 0.53% | - |
| HSV(B) | 313.27º | 0.91% | 0.98% | - |
| XYZ | 49.68 | 24.88 | 56.22 | - |
| YUV | 110.64 | 177.87 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 199 | 0 | 0.91 | 0.20 | 0.02 | 313.27 | 0.95 | 0.53 |
| Hex | F9 | 17 | C7 | 0 | 5B | 14 | 2 | 139 | 5F | 35 |
| Octal | 371 | 27 | 307 | 0 | 133 | 24 | 2 | 471 | 137 | 65 |
| Binary | 11111001 | 10111 | 11000111 | 0 | 1011011 | 10100 | 10 | 100111001 | 1011111 | 110101 |
Color Harmonies of #F917C7
Complementary color
Monochromatic Colors of #F917C7
Black with #F917C7
Text Example
Text Example
White with #F917C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F917C7; }
p { color: rgb(249,23,199); }
H1.HeaderClassName
{
color: #F917C7;
}
.AnyTagClassName
{
color: #F917C7;
}
</style>
background-color css
<style>
a { background-color: #F917C7; }
a { background-color: rgb(249,23,199); }
div.DivClassName
{
background-color: #F917C7;
}
.BgClassName
{
background-color: #F917C7;
}
</style>
border-color css
<style>
span { border-color: #F917C7; }
span { border-color: rgb(249,23,199); }
td.TdClassName
{
border-color: #F917C7;
}
.TagClassName
{
border-color: #F917C7;
}
</style>