Shades of Shocking Pink #F916BC
Tints of Shocking Pink #F916BC
RGB
CMYK
RGB Variations
Color information
#F916BC (or 0xF916BC) is known color: Shocking Pink. HEX triplet: F9, 16 and BC. RGB value is (249,22,188). Sum of RGB (Red+Green+Blue) = 249+22+188=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F916BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F916BC is #06E943. Grayscale: #6C6C6C. Windows color (decimal): -452932 or 12326649. OLE color: 12326649.
HSL color Cylindrical-coordinate representation of color #F916BC: hue angle of 316.12º 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 #F916BC is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 22 | 188 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.02 |
| HSL | 316.12º | 0.95% | 0.53% | - |
| HSV(B) | 316.12º | 0.91% | 0.98% | - |
| XYZ | 48.43 | 24.34 | 49.72 | - |
| YUV | 108.8 | 172.71 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 22 | 188 | 0 | 0.91 | 0.24 | 0.02 | 316.12 | 0.95 | 0.53 |
| Hex | F9 | 16 | BC | 0 | 5B | 18 | 2 | 13C | 5F | 35 |
| Octal | 371 | 26 | 274 | 0 | 133 | 30 | 2 | 474 | 137 | 65 |
| Binary | 11111001 | 10110 | 10111100 | 0 | 1011011 | 11000 | 10 | 100111100 | 1011111 | 110101 |
Color Harmonies of #F916BC
Complementary color
Monochromatic Colors of #F916BC
Black with #F916BC
Text Example
Text Example
White with #F916BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F916BC; }
p { color: rgb(249,22,188); }
H1.HeaderClassName
{
color: #F916BC;
}
.AnyTagClassName
{
color: #F916BC;
}
</style>
background-color css
<style>
a { background-color: #F916BC; }
a { background-color: rgb(249,22,188); }
div.DivClassName
{
background-color: #F916BC;
}
.BgClassName
{
background-color: #F916BC;
}
</style>
border-color css
<style>
span { border-color: #F916BC; }
span { border-color: rgb(249,22,188); }
td.TdClassName
{
border-color: #F916BC;
}
.TagClassName
{
border-color: #F916BC;
}
</style>