Shades of Shocking Pink #F817BF
Tints of Shocking Pink #F817BF
RGB
CMYK
RGB Variations
Color information
#F817BF (or 0xF817BF) is known color: Shocking Pink. HEX triplet: F8, 17 and BF. RGB value is (248,23,191). Sum of RGB (Red+Green+Blue) = 248+23+191=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F817BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817BF is #07E840. Grayscale: #6C6C6C. Windows color (decimal): -518209 or 12523512. OLE color: 12523512.
HSL color Cylindrical-coordinate representation of color #F817BF: hue angle of 315.2º 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 #F817BF is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 191 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.03 |
| HSL | 315.2º | 0.94% | 0.53% | - |
| HSV(B) | 315.2º | 0.91% | 0.97% | - |
| XYZ | 48.42 | 24.33 | 51.43 | - |
| YUV | 109.43 | 174.04 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 191 | 0 | 0.91 | 0.23 | 0.03 | 315.2 | 0.94 | 0.53 |
| Hex | F8 | 17 | BF | 0 | 5B | 17 | 3 | 13B | 5E | 35 |
| Octal | 370 | 27 | 277 | 0 | 133 | 27 | 3 | 473 | 136 | 65 |
| Binary | 11111000 | 10111 | 10111111 | 0 | 1011011 | 10111 | 11 | 100111011 | 1011110 | 110101 |
Color Harmonies of #F817BF
Complementary color
Monochromatic Colors of #F817BF
Black with #F817BF
Text Example
Text Example
White with #F817BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817BF; }
p { color: rgb(248,23,191); }
H1.HeaderClassName
{
color: #F817BF;
}
.AnyTagClassName
{
color: #F817BF;
}
</style>
background-color css
<style>
a { background-color: #F817BF; }
a { background-color: rgb(248,23,191); }
div.DivClassName
{
background-color: #F817BF;
}
.BgClassName
{
background-color: #F817BF;
}
</style>
border-color css
<style>
span { border-color: #F817BF; }
span { border-color: rgb(248,23,191); }
td.TdClassName
{
border-color: #F817BF;
}
.TagClassName
{
border-color: #F817BF;
}
</style>