Shades of Shocking #F493BD
Tints of Shocking #F493BD
RGB
CMYK
RGB Variations
Color information
#F493BD (or 0xF493BD) is known color: Shocking. HEX triplet: F4, 93 and BD. RGB value is (244,147,189). Sum of RGB (Red+Green+Blue) = 244+147+189=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F493BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F493BD is #0B6C42. Grayscale: #B4B4B4. Windows color (decimal): -748611 or 12424180. OLE color: 12424180.
HSL color Cylindrical-coordinate representation of color #F493BD: hue angle of 334.02º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493BD is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 189 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.04 |
| HSL | 334.02º | 0.82% | 0.77% | - |
| HSV(B) | 334.02º | 0.4% | 0.96% | - |
| XYZ | 56.93 | 43.77 | 53.59 | - |
| YUV | 180.79 | 132.64 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 189 | 0 | 0.40 | 0.23 | 0.04 | 334.02 | 0.82 | 0.77 |
| Hex | F4 | 93 | BD | 0 | 28 | 17 | 4 | 14E | 52 | 4D |
| Octal | 364 | 223 | 275 | 0 | 50 | 27 | 4 | 516 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10111101 | 0 | 101000 | 10111 | 100 | 101001110 | 1010010 | 1001101 |
Color Harmonies of #F493BD
Complementary color
Monochromatic Colors of #F493BD
Black with #F493BD
Text Example
Text Example
White with #F493BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493BD; }
p { color: rgb(244,147,189); }
H1.HeaderClassName
{
color: #F493BD;
}
.AnyTagClassName
{
color: #F493BD;
}
</style>
background-color css
<style>
a { background-color: #F493BD; }
a { background-color: rgb(244,147,189); }
div.DivClassName
{
background-color: #F493BD;
}
.BgClassName
{
background-color: #F493BD;
}
</style>
border-color css
<style>
span { border-color: #F493BD; }
span { border-color: rgb(244,147,189); }
td.TdClassName
{
border-color: #F493BD;
}
.TagClassName
{
border-color: #F493BD;
}
</style>