Shades of Violet Red #F93080
Tints of Violet Red #F93080
RGB
CMYK
RGB Variations
Color information
#F93080 (or 0xF93080) is known color: Violet Red. HEX triplet: F9, 30 and 80. RGB value is (249,48,128). Sum of RGB (Red+Green+Blue) = 249+48+128=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F93080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93080 is #06CF7F. Grayscale: #757575. Windows color (decimal): -446336 or 8401145. OLE color: 8401145.
HSL color Cylindrical-coordinate representation of color #F93080: hue angle of 336.12º 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 #F93080 is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 128 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.02 |
| HSL | 336.12º | 0.94% | 0.58% | - |
| HSV(B) | 336.12º | 0.81% | 0.98% | - |
| XYZ | 44.02 | 23.81 | 22.7 | - |
| YUV | 117.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 128 | 0 | 0.81 | 0.49 | 0.02 | 336.12 | 0.94 | 0.58 |
| Hex | F9 | 30 | 80 | 0 | 51 | 31 | 2 | 150 | 5E | 3A |
| Octal | 371 | 60 | 200 | 0 | 121 | 61 | 2 | 520 | 136 | 72 |
| Binary | 11111001 | 110000 | 10000000 | 0 | 1010001 | 110001 | 10 | 101010000 | 1011110 | 111010 |
Color Harmonies of #F93080
Complementary color
Monochromatic Colors of #F93080
Black with #F93080
Text Example
Text Example
White with #F93080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93080; }
p { color: rgb(249,48,128); }
H1.HeaderClassName
{
color: #F93080;
}
.AnyTagClassName
{
color: #F93080;
}
</style>
background-color css
<style>
a { background-color: #F93080; }
a { background-color: rgb(249,48,128); }
div.DivClassName
{
background-color: #F93080;
}
.BgClassName
{
background-color: #F93080;
}
</style>
border-color css
<style>
span { border-color: #F93080; }
span { border-color: rgb(249,48,128); }
td.TdClassName
{
border-color: #F93080;
}
.TagClassName
{
border-color: #F93080;
}
</style>