Shades of Violet Red #F93C79
Tints of Violet Red #F93C79
RGB
CMYK
RGB Variations
Color information
#F93C79 (or 0xF93C79) is known color: Violet Red. HEX triplet: F9, 3C and 79. RGB value is (249,60,121). Sum of RGB (Red+Green+Blue) = 249+60+121=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93C79 is #06C386. Grayscale: #7B7B7B. Windows color (decimal): -443271 or 7945465. OLE color: 7945465.
HSL color Cylindrical-coordinate representation of color #F93C79: hue angle of 340.63º 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 #F93C79 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 60 | 121 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.02 |
| HSL | 340.63º | 0.94% | 0.61% | - |
| HSV(B) | 340.63º | 0.76% | 0.98% | - |
| XYZ | 44.13 | 24.75 | 20.54 | - |
| YUV | 123.47 | 126.62 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 60 | 121 | 0 | 0.76 | 0.51 | 0.02 | 340.63 | 0.94 | 0.61 |
| Hex | F9 | 3C | 79 | 0 | 4C | 33 | 2 | 155 | 5E | 3D |
| Octal | 371 | 74 | 171 | 0 | 114 | 63 | 2 | 525 | 136 | 75 |
| Binary | 11111001 | 111100 | 1111001 | 0 | 1001100 | 110011 | 10 | 101010101 | 1011110 | 111101 |
Color Harmonies of #F93C79
Complementary color
Monochromatic Colors of #F93C79
Black with #F93C79
Text Example
Text Example
White with #F93C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93C79; }
p { color: rgb(249,60,121); }
H1.HeaderClassName
{
color: #F93C79;
}
.AnyTagClassName
{
color: #F93C79;
}
</style>
background-color css
<style>
a { background-color: #F93C79; }
a { background-color: rgb(249,60,121); }
div.DivClassName
{
background-color: #F93C79;
}
.BgClassName
{
background-color: #F93C79;
}
</style>
border-color css
<style>
span { border-color: #F93C79; }
span { border-color: rgb(249,60,121); }
td.TdClassName
{
border-color: #F93C79;
}
.TagClassName
{
border-color: #F93C79;
}
</style>