Shades of Violet Red #F93180
Tints of Violet Red #F93180
RGB
CMYK
RGB Variations
Color information
#F93180 (or 0xF93180) is known color: Violet Red. HEX triplet: F9, 31 and 80. RGB value is (249,49,128). Sum of RGB (Red+Green+Blue) = 249+49+128=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F93180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93180 is #06CE7F. Grayscale: #757575. Windows color (decimal): -446080 or 8401401. OLE color: 8401401.
HSL color Cylindrical-coordinate representation of color #F93180: hue angle of 336.3º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F93180 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 128 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.02 |
| HSL | 336.3º | 0.94% | 0.58% | - |
| HSV(B) | 336.3º | 0.8% | 0.98% | - |
| XYZ | 44.06 | 23.89 | 22.71 | - |
| YUV | 117.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 128 | 0 | 0.80 | 0.49 | 0.02 | 336.3 | 0.94 | 0.58 |
| Hex | F9 | 31 | 80 | 0 | 50 | 31 | 2 | 150 | 5E | 3A |
| Octal | 371 | 61 | 200 | 0 | 120 | 61 | 2 | 520 | 136 | 72 |
| Binary | 11111001 | 110001 | 10000000 | 0 | 1010000 | 110001 | 10 | 101010000 | 1011110 | 111010 |
Color Harmonies of #F93180
Complementary color
Monochromatic Colors of #F93180
Black with #F93180
Text Example
Text Example
White with #F93180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93180; }
p { color: rgb(249,49,128); }
H1.HeaderClassName
{
color: #F93180;
}
.AnyTagClassName
{
color: #F93180;
}
</style>
background-color css
<style>
a { background-color: #F93180; }
a { background-color: rgb(249,49,128); }
div.DivClassName
{
background-color: #F93180;
}
.BgClassName
{
background-color: #F93180;
}
</style>
border-color css
<style>
span { border-color: #F93180; }
span { border-color: rgb(249,49,128); }
td.TdClassName
{
border-color: #F93180;
}
.TagClassName
{
border-color: #F93180;
}
</style>