Shades of Violet Red #F93078
Tints of Violet Red #F93078
RGB
CMYK
RGB Variations
Color information
#F93078 (or 0xF93078) is known color: Violet Red. HEX triplet: F9, 30 and 78. RGB value is (249,48,120). Sum of RGB (Red+Green+Blue) = 249+48+120=417 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.71% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 249 - color contains mainly: red. Hex color #F93078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93078 is #06CF87. Grayscale: #747474. Windows color (decimal): -446344 or 7876857. OLE color: 7876857.
HSL color Cylindrical-coordinate representation of color #F93078: hue angle of 338.51º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F93078 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 120 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.02 |
| HSL | 338.51º | 0.94% | 0.58% | - |
| HSV(B) | 338.51º | 0.81% | 0.98% | - |
| XYZ | 43.51 | 23.61 | 20.03 | - |
| YUV | 116.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 120 | 0 | 0.81 | 0.52 | 0.02 | 338.51 | 0.94 | 0.58 |
| Hex | F9 | 30 | 78 | 0 | 51 | 34 | 2 | 153 | 5E | 3A |
| Octal | 371 | 60 | 170 | 0 | 121 | 64 | 2 | 523 | 136 | 72 |
| Binary | 11111001 | 110000 | 1111000 | 0 | 1010001 | 110100 | 10 | 101010011 | 1011110 | 111010 |
Color Harmonies of #F93078
Complementary color
Monochromatic Colors of #F93078
Black with #F93078
Text Example
Text Example
White with #F93078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93078; }
p { color: rgb(249,48,120); }
H1.HeaderClassName
{
color: #F93078;
}
.AnyTagClassName
{
color: #F93078;
}
</style>
background-color css
<style>
a { background-color: #F93078; }
a { background-color: rgb(249,48,120); }
div.DivClassName
{
background-color: #F93078;
}
.BgClassName
{
background-color: #F93078;
}
</style>
border-color css
<style>
span { border-color: #F93078; }
span { border-color: rgb(249,48,120); }
td.TdClassName
{
border-color: #F93078;
}
.TagClassName
{
border-color: #F93078;
}
</style>