Shades of Violet Red #F93889
Tints of Violet Red #F93889
RGB
CMYK
RGB Variations
Color information
#F93889 (or 0xF93889) is known color: Violet Red. HEX triplet: F9, 38 and 89. RGB value is (249,56,137). Sum of RGB (Red+Green+Blue) = 249+56+137=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F93889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93889 is #06C776. Grayscale: #7A7A7A. Windows color (decimal): -444279 or 8993017. OLE color: 8993017.
HSL color Cylindrical-coordinate representation of color #F93889: hue angle of 334.82º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F93889 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 56 | 137 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.02 |
| HSL | 334.82º | 0.94% | 0.6% | - |
| HSV(B) | 334.82º | 0.78% | 0.98% | - |
| XYZ | 45 | 24.77 | 26.08 | - |
| YUV | 122.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 56 | 137 | 0 | 0.78 | 0.45 | 0.02 | 334.82 | 0.94 | 0.6 |
| Hex | F9 | 38 | 89 | 0 | 4E | 2D | 2 | 14F | 5E | 3C |
| Octal | 371 | 70 | 211 | 0 | 116 | 55 | 2 | 517 | 136 | 74 |
| Binary | 11111001 | 111000 | 10001001 | 0 | 1001110 | 101101 | 10 | 101001111 | 1011110 | 111100 |
Color Harmonies of #F93889
Complementary color
Monochromatic Colors of #F93889
Black with #F93889
Text Example
Text Example
White with #F93889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93889; }
p { color: rgb(249,56,137); }
H1.HeaderClassName
{
color: #F93889;
}
.AnyTagClassName
{
color: #F93889;
}
</style>
background-color css
<style>
a { background-color: #F93889; }
a { background-color: rgb(249,56,137); }
div.DivClassName
{
background-color: #F93889;
}
.BgClassName
{
background-color: #F93889;
}
</style>
border-color css
<style>
span { border-color: #F93889; }
span { border-color: rgb(249,56,137); }
td.TdClassName
{
border-color: #F93889;
}
.TagClassName
{
border-color: #F93889;
}
</style>