Shades of Shocking Pink #F817D7
Tints of Shocking Pink #F817D7
RGB
CMYK
RGB Variations
Color information
#F817D7 (or 0xF817D7) is known color: Shocking Pink. HEX triplet: F8, 17 and D7. RGB value is (248,23,215). Sum of RGB (Red+Green+Blue) = 248+23+215=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F817D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817D7 is #07E828. Grayscale: #6F6F6F. Windows color (decimal): -518185 or 14096376. OLE color: 14096376.
HSL color Cylindrical-coordinate representation of color #F817D7: hue angle of 308.8º 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 #F817D7 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 215 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.03 |
| HSL | 308.8º | 0.94% | 0.53% | - |
| HSV(B) | 308.8º | 0.91% | 0.97% | - |
| XYZ | 51.28 | 25.48 | 66.5 | - |
| YUV | 112.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 215 | 0 | 0.91 | 0.13 | 0.03 | 308.8 | 0.94 | 0.53 |
| Hex | F8 | 17 | D7 | 0 | 5B | D | 3 | 135 | 5E | 35 |
| Octal | 370 | 27 | 327 | 0 | 133 | 15 | 3 | 465 | 136 | 65 |
| Binary | 11111000 | 10111 | 11010111 | 0 | 1011011 | 1101 | 11 | 100110101 | 1011110 | 110101 |
Color Harmonies of #F817D7
Complementary color
Monochromatic Colors of #F817D7
Black with #F817D7
Text Example
Text Example
White with #F817D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817D7; }
p { color: rgb(248,23,215); }
H1.HeaderClassName
{
color: #F817D7;
}
.AnyTagClassName
{
color: #F817D7;
}
</style>
background-color css
<style>
a { background-color: #F817D7; }
a { background-color: rgb(248,23,215); }
div.DivClassName
{
background-color: #F817D7;
}
.BgClassName
{
background-color: #F817D7;
}
</style>
border-color css
<style>
span { border-color: #F817D7; }
span { border-color: rgb(248,23,215); }
td.TdClassName
{
border-color: #F817D7;
}
.TagClassName
{
border-color: #F817D7;
}
</style>