Shades of Shocking Pink #F916BB
Tints of Shocking Pink #F916BB
RGB
CMYK
RGB Variations
Color information
#F916BB (or 0xF916BB) is known color: Shocking Pink. HEX triplet: F9, 16 and BB. RGB value is (249,22,187). Sum of RGB (Red+Green+Blue) = 249+22+187=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 22 (8.98% from 255 or 4.80% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F916BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916BB is #06E944. Grayscale: #6C6C6C. Windows color (decimal): -452933 or 12261113. OLE color: 12261113.
HSL color Cylindrical-coordinate representation of color #F916BB: hue angle of 316.39º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F916BB is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 187 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.02 |
| HSL | 316.39º | 0.95% | 0.53% | - |
| HSV(B) | 316.39º | 0.91% | 0.98% | - |
| XYZ | 48.32 | 24.3 | 49.16 | - |
| YUV | 108.68 | 172.21 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 187 | 0 | 0.91 | 0.25 | 0.02 | 316.39 | 0.95 | 0.53 |
| Hex | F9 | 16 | BB | 0 | 5B | 19 | 2 | 13C | 5F | 35 |
| Octal | 371 | 26 | 273 | 0 | 133 | 31 | 2 | 474 | 137 | 65 |
| Binary | 11111001 | 10110 | 10111011 | 0 | 1011011 | 11001 | 10 | 100111100 | 1011111 | 110101 |
Color Harmonies of #F916BB
Complementary color
Monochromatic Colors of #F916BB
Black with #F916BB
Text Example
Text Example
White with #F916BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F916BB; }
p { color: rgb(249,22,187); }
H1.HeaderClassName
{
color: #F916BB;
}
.AnyTagClassName
{
color: #F916BB;
}
</style>
background-color css
<style>
a { background-color: #F916BB; }
a { background-color: rgb(249,22,187); }
div.DivClassName
{
background-color: #F916BB;
}
.BgClassName
{
background-color: #F916BB;
}
</style>
border-color css
<style>
span { border-color: #F916BB; }
span { border-color: rgb(249,22,187); }
td.TdClassName
{
border-color: #F916BB;
}
.TagClassName
{
border-color: #F916BB;
}
</style>