Shades of Shocking #F993BD
Tints of Shocking #F993BD
RGB
CMYK
RGB Variations
Color information
#F993BD (or 0xF993BD) is known color: Shocking. HEX triplet: F9, 93 and BD. RGB value is (249,147,189). Sum of RGB (Red+Green+Blue) = 249+147+189=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F993BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993BD is #066C42. Grayscale: #B6B6B6. Windows color (decimal): -420931 or 12424185. OLE color: 12424185.
HSL color Cylindrical-coordinate representation of color #F993BD: hue angle of 335.29º 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 #F993BD is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 189 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.02 |
| HSL | 335.29º | 0.89% | 0.78% | - |
| HSV(B) | 335.29º | 0.41% | 0.98% | - |
| XYZ | 58.69 | 44.68 | 53.68 | - |
| YUV | 182.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 189 | 0 | 0.41 | 0.24 | 0.02 | 335.29 | 0.89 | 0.78 |
| Hex | F9 | 93 | BD | 0 | 29 | 18 | 2 | 14F | 59 | 4E |
| Octal | 371 | 223 | 275 | 0 | 51 | 30 | 2 | 517 | 131 | 116 |
| Binary | 11111001 | 10010011 | 10111101 | 0 | 101001 | 11000 | 10 | 101001111 | 1011001 | 1001110 |
Color Harmonies of #F993BD
Complementary color
Monochromatic Colors of #F993BD
Black with #F993BD
Text Example
Text Example
White with #F993BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993BD; }
p { color: rgb(249,147,189); }
H1.HeaderClassName
{
color: #F993BD;
}
.AnyTagClassName
{
color: #F993BD;
}
</style>
background-color css
<style>
a { background-color: #F993BD; }
a { background-color: rgb(249,147,189); }
div.DivClassName
{
background-color: #F993BD;
}
.BgClassName
{
background-color: #F993BD;
}
</style>
border-color css
<style>
span { border-color: #F993BD; }
span { border-color: rgb(249,147,189); }
td.TdClassName
{
border-color: #F993BD;
}
.TagClassName
{
border-color: #F993BD;
}
</style>