Shades of Shocking Pink #F817D6
Tints of Shocking Pink #F817D6
RGB
CMYK
RGB Variations
Color information
#F817D6 (or 0xF817D6) is known color: Shocking Pink. HEX triplet: F8, 17 and D6. RGB value is (248,23,214). Sum of RGB (Red+Green+Blue) = 248+23+214=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 23 (9.38% from 255 or 4.74% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F817D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817D6 is #07E829. Grayscale: #6F6F6F. Windows color (decimal): -518186 or 14030840. OLE color: 14030840.
HSL color Cylindrical-coordinate representation of color #F817D6: hue angle of 309.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 #F817D6 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 214 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.03 |
| HSL | 309.07º | 0.94% | 0.53% | - |
| HSV(B) | 309.07º | 0.91% | 0.97% | - |
| XYZ | 51.16 | 25.42 | 65.83 | - |
| YUV | 112.05 | 185.54 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 214 | 0 | 0.91 | 0.14 | 0.03 | 309.07 | 0.94 | 0.53 |
| Hex | F8 | 17 | D6 | 0 | 5B | E | 3 | 135 | 5E | 35 |
| Octal | 370 | 27 | 326 | 0 | 133 | 16 | 3 | 465 | 136 | 65 |
| Binary | 11111000 | 10111 | 11010110 | 0 | 1011011 | 1110 | 11 | 100110101 | 1011110 | 110101 |
Color Harmonies of #F817D6
Complementary color
Monochromatic Colors of #F817D6
Black with #F817D6
Text Example
Text Example
White with #F817D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817D6; }
p { color: rgb(248,23,214); }
H1.HeaderClassName
{
color: #F817D6;
}
.AnyTagClassName
{
color: #F817D6;
}
</style>
background-color css
<style>
a { background-color: #F817D6; }
a { background-color: rgb(248,23,214); }
div.DivClassName
{
background-color: #F817D6;
}
.BgClassName
{
background-color: #F817D6;
}
</style>
border-color css
<style>
span { border-color: #F817D6; }
span { border-color: rgb(248,23,214); }
td.TdClassName
{
border-color: #F817D6;
}
.TagClassName
{
border-color: #F817D6;
}
</style>