Shades of Shocking Pink #F817C7
Tints of Shocking Pink #F817C7
RGB
CMYK
RGB Variations
Color information
#F817C7 (or 0xF817C7) is known color: Shocking Pink. HEX triplet: F8, 17 and C7. RGB value is (248,23,199). Sum of RGB (Red+Green+Blue) = 248+23+199=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F817C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817C7 is #07E838. Grayscale: #6D6D6D. Windows color (decimal): -518201 or 13047800. OLE color: 13047800.
HSL color Cylindrical-coordinate representation of color #F817C7: hue angle of 313.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F817C7 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 199 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.03 |
| HSL | 313.07º | 0.94% | 0.53% | - |
| HSV(B) | 313.07º | 0.91% | 0.97% | - |
| XYZ | 49.33 | 24.69 | 56.2 | - |
| YUV | 110.34 | 178.04 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 199 | 0 | 0.91 | 0.20 | 0.03 | 313.07 | 0.94 | 0.53 |
| Hex | F8 | 17 | C7 | 0 | 5B | 14 | 3 | 139 | 5E | 35 |
| Octal | 370 | 27 | 307 | 0 | 133 | 24 | 3 | 471 | 136 | 65 |
| Binary | 11111000 | 10111 | 11000111 | 0 | 1011011 | 10100 | 11 | 100111001 | 1011110 | 110101 |
Color Harmonies of #F817C7
Complementary color
Monochromatic Colors of #F817C7
Black with #F817C7
Text Example
Text Example
White with #F817C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817C7; }
p { color: rgb(248,23,199); }
H1.HeaderClassName
{
color: #F817C7;
}
.AnyTagClassName
{
color: #F817C7;
}
</style>
background-color css
<style>
a { background-color: #F817C7; }
a { background-color: rgb(248,23,199); }
div.DivClassName
{
background-color: #F817C7;
}
.BgClassName
{
background-color: #F817C7;
}
</style>
border-color css
<style>
span { border-color: #F817C7; }
span { border-color: rgb(248,23,199); }
td.TdClassName
{
border-color: #F817C7;
}
.TagClassName
{
border-color: #F817C7;
}
</style>