Shades of Violet Red #F93D89
Tints of Violet Red #F93D89
RGB
CMYK
RGB Variations
Color information
#F93D89 (or 0xF93D89) is known color: Violet Red. HEX triplet: F9, 3D and 89. RGB value is (249,61,137). Sum of RGB (Red+Green+Blue) = 249+61+137=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F93D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93D89 is #06C276. Grayscale: #7D7D7D. Windows color (decimal): -442999 or 8994297. OLE color: 8994297.
HSL color Cylindrical-coordinate representation of color #F93D89: hue angle of 335.74º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93D89 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 61 | 137 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.02 |
| HSL | 335.74º | 0.94% | 0.61% | - |
| HSV(B) | 335.74º | 0.76% | 0.98% | - |
| XYZ | 45.25 | 25.28 | 26.16 | - |
| YUV | 125.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 61 | 137 | 0 | 0.76 | 0.45 | 0.02 | 335.74 | 0.94 | 0.61 |
| Hex | F9 | 3D | 89 | 0 | 4C | 2D | 2 | 150 | 5E | 3D |
| Octal | 371 | 75 | 211 | 0 | 114 | 55 | 2 | 520 | 136 | 75 |
| Binary | 11111001 | 111101 | 10001001 | 0 | 1001100 | 101101 | 10 | 101010000 | 1011110 | 111101 |
Color Harmonies of #F93D89
Complementary color
Monochromatic Colors of #F93D89
Black with #F93D89
Text Example
Text Example
White with #F93D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93D89; }
p { color: rgb(249,61,137); }
H1.HeaderClassName
{
color: #F93D89;
}
.AnyTagClassName
{
color: #F93D89;
}
</style>
background-color css
<style>
a { background-color: #F93D89; }
a { background-color: rgb(249,61,137); }
div.DivClassName
{
background-color: #F93D89;
}
.BgClassName
{
background-color: #F93D89;
}
</style>
border-color css
<style>
span { border-color: #F93D89; }
span { border-color: rgb(249,61,137); }
td.TdClassName
{
border-color: #F93D89;
}
.TagClassName
{
border-color: #F93D89;
}
</style>