Shades of Shocking #F997BD
Tints of Shocking #F997BD
RGB
CMYK
RGB Variations
Color information
#F997BD (or 0xF997BD) is known color: Shocking. HEX triplet: F9, 97 and BD. RGB value is (249,151,189). Sum of RGB (Red+Green+Blue) = 249+151+189=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F997BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997BD is #066842. Grayscale: #B8B8B8. Windows color (decimal): -419907 or 12425209. OLE color: 12425209.
HSL color Cylindrical-coordinate representation of color #F997BD: hue angle of 336.73º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997BD is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 189 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.02 |
| HSL | 336.73º | 0.89% | 0.78% | - |
| HSV(B) | 336.73º | 0.39% | 0.98% | - |
| XYZ | 59.32 | 45.95 | 53.89 | - |
| YUV | 184.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 189 | 0 | 0.39 | 0.24 | 0.02 | 336.73 | 0.89 | 0.78 |
| Hex | F9 | 97 | BD | 0 | 27 | 18 | 2 | 151 | 59 | 4E |
| Octal | 371 | 227 | 275 | 0 | 47 | 30 | 2 | 521 | 131 | 116 |
| Binary | 11111001 | 10010111 | 10111101 | 0 | 100111 | 11000 | 10 | 101010001 | 1011001 | 1001110 |
Color Harmonies of #F997BD
Complementary color
Monochromatic Colors of #F997BD
Black with #F997BD
Text Example
Text Example
White with #F997BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997BD; }
p { color: rgb(249,151,189); }
H1.HeaderClassName
{
color: #F997BD;
}
.AnyTagClassName
{
color: #F997BD;
}
</style>
background-color css
<style>
a { background-color: #F997BD; }
a { background-color: rgb(249,151,189); }
div.DivClassName
{
background-color: #F997BD;
}
.BgClassName
{
background-color: #F997BD;
}
</style>
border-color css
<style>
span { border-color: #F997BD; }
span { border-color: rgb(249,151,189); }
td.TdClassName
{
border-color: #F997BD;
}
.TagClassName
{
border-color: #F997BD;
}
</style>