Shades of Shocking #F996BD
Tints of Shocking #F996BD
RGB
CMYK
RGB Variations
Color information
#F996BD (or 0xF996BD) is known color: Shocking. HEX triplet: F9, 96 and BD. RGB value is (249,150,189). Sum of RGB (Red+Green+Blue) = 249+150+189=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F996BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996BD is #066942. Grayscale: #B7B7B7. Windows color (decimal): -420163 or 12424953. OLE color: 12424953.
HSL color Cylindrical-coordinate representation of color #F996BD: hue angle of 336.36º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996BD is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 189 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.02 |
| HSL | 336.36º | 0.89% | 0.78% | - |
| HSV(B) | 336.36º | 0.4% | 0.98% | - |
| XYZ | 59.16 | 45.63 | 53.83 | - |
| YUV | 184.05 | 130.8 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 189 | 0 | 0.40 | 0.24 | 0.02 | 336.36 | 0.89 | 0.78 |
| Hex | F9 | 96 | BD | 0 | 28 | 18 | 2 | 150 | 59 | 4E |
| Octal | 371 | 226 | 275 | 0 | 50 | 30 | 2 | 520 | 131 | 116 |
| Binary | 11111001 | 10010110 | 10111101 | 0 | 101000 | 11000 | 10 | 101010000 | 1011001 | 1001110 |
Color Harmonies of #F996BD
Complementary color
Monochromatic Colors of #F996BD
Black with #F996BD
Text Example
Text Example
White with #F996BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996BD; }
p { color: rgb(249,150,189); }
H1.HeaderClassName
{
color: #F996BD;
}
.AnyTagClassName
{
color: #F996BD;
}
</style>
background-color css
<style>
a { background-color: #F996BD; }
a { background-color: rgb(249,150,189); }
div.DivClassName
{
background-color: #F996BD;
}
.BgClassName
{
background-color: #F996BD;
}
</style>
border-color css
<style>
span { border-color: #F996BD; }
span { border-color: rgb(249,150,189); }
td.TdClassName
{
border-color: #F996BD;
}
.TagClassName
{
border-color: #F996BD;
}
</style>