Shades of Shocking #F994BD
Tints of Shocking #F994BD
RGB
CMYK
RGB Variations
Color information
#F994BD (or 0xF994BD) is known color: Shocking. HEX triplet: F9, 94 and BD. RGB value is (249,148,189). Sum of RGB (Red+Green+Blue) = 249+148+189=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F994BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994BD is #066B42. Grayscale: #B6B6B6. Windows color (decimal): -420675 or 12424441. OLE color: 12424441.
HSL color Cylindrical-coordinate representation of color #F994BD: hue angle of 335.64º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994BD is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 189 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.02 |
| HSL | 335.64º | 0.89% | 0.78% | - |
| HSV(B) | 335.64º | 0.41% | 0.98% | - |
| XYZ | 58.84 | 44.99 | 53.73 | - |
| YUV | 182.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 189 | 0 | 0.41 | 0.24 | 0.02 | 335.64 | 0.89 | 0.78 |
| Hex | F9 | 94 | BD | 0 | 29 | 18 | 2 | 150 | 59 | 4E |
| Octal | 371 | 224 | 275 | 0 | 51 | 30 | 2 | 520 | 131 | 116 |
| Binary | 11111001 | 10010100 | 10111101 | 0 | 101001 | 11000 | 10 | 101010000 | 1011001 | 1001110 |
Color Harmonies of #F994BD
Complementary color
Monochromatic Colors of #F994BD
Black with #F994BD
Text Example
Text Example
White with #F994BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994BD; }
p { color: rgb(249,148,189); }
H1.HeaderClassName
{
color: #F994BD;
}
.AnyTagClassName
{
color: #F994BD;
}
</style>
background-color css
<style>
a { background-color: #F994BD; }
a { background-color: rgb(249,148,189); }
div.DivClassName
{
background-color: #F994BD;
}
.BgClassName
{
background-color: #F994BD;
}
</style>
border-color css
<style>
span { border-color: #F994BD; }
span { border-color: rgb(249,148,189); }
td.TdClassName
{
border-color: #F994BD;
}
.TagClassName
{
border-color: #F994BD;
}
</style>