Shades of Shocking Pink #F817C0
Tints of Shocking Pink #F817C0
RGB
CMYK
RGB Variations
Color information
#F817C0 (or 0xF817C0) is known color: Shocking Pink. HEX triplet: F8, 17 and C0. RGB value is (248,23,192). Sum of RGB (Red+Green+Blue) = 248+23+192=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F817C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817C0 is #07E83F. Grayscale: #6D6D6D. Windows color (decimal): -518208 or 12589048. OLE color: 12589048.
HSL color Cylindrical-coordinate representation of color #F817C0: hue angle of 314.93º 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 #F817C0 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 192 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.03 |
| HSL | 314.93º | 0.94% | 0.53% | - |
| HSV(B) | 314.93º | 0.91% | 0.97% | - |
| XYZ | 48.53 | 24.38 | 52.02 | - |
| YUV | 109.54 | 174.54 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 192 | 0 | 0.91 | 0.23 | 0.03 | 314.93 | 0.94 | 0.53 |
| Hex | F8 | 17 | C0 | 0 | 5B | 17 | 3 | 13B | 5E | 35 |
| Octal | 370 | 27 | 300 | 0 | 133 | 27 | 3 | 473 | 136 | 65 |
| Binary | 11111000 | 10111 | 11000000 | 0 | 1011011 | 10111 | 11 | 100111011 | 1011110 | 110101 |
Color Harmonies of #F817C0
Complementary color
Monochromatic Colors of #F817C0
Black with #F817C0
Text Example
Text Example
White with #F817C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817C0; }
p { color: rgb(248,23,192); }
H1.HeaderClassName
{
color: #F817C0;
}
.AnyTagClassName
{
color: #F817C0;
}
</style>
background-color css
<style>
a { background-color: #F817C0; }
a { background-color: rgb(248,23,192); }
div.DivClassName
{
background-color: #F817C0;
}
.BgClassName
{
background-color: #F817C0;
}
</style>
border-color css
<style>
span { border-color: #F817C0; }
span { border-color: rgb(248,23,192); }
td.TdClassName
{
border-color: #F817C0;
}
.TagClassName
{
border-color: #F817C0;
}
</style>