Shades of Violet Red #F13880
Tints of Violet Red #F13880
RGB
CMYK
RGB Variations
Color information
#F13880 (or 0xF13880) is known color: Violet Red. HEX triplet: F1, 38 and 80. RGB value is (241,56,128). Sum of RGB (Red+Green+Blue) = 241+56+128=425 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.71% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 241 - color contains mainly: red. Hex color #F13880 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13880 is #0EC77F. Grayscale: #777777. Windows color (decimal): -968576 or 8403185. OLE color: 8403185.
HSL color Cylindrical-coordinate representation of color #F13880: hue angle of 336.65º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F13880 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 56 | 128 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.05 |
| HSL | 336.65º | 0.87% | 0.58% | - |
| HSV(B) | 336.65º | 0.77% | 0.95% | - |
| XYZ | 41.59 | 23.09 | 22.69 | - |
| YUV | 119.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 56 | 128 | 0 | 0.77 | 0.47 | 0.05 | 336.65 | 0.87 | 0.58 |
| Hex | F1 | 38 | 80 | 0 | 4D | 2F | 5 | 151 | 57 | 3A |
| Octal | 361 | 70 | 200 | 0 | 115 | 57 | 5 | 521 | 127 | 72 |
| Binary | 11110001 | 111000 | 10000000 | 0 | 1001101 | 101111 | 101 | 101010001 | 1010111 | 111010 |
Color Harmonies of #F13880
Complementary color
Monochromatic Colors of #F13880
Black with #F13880
Text Example
Text Example
White with #F13880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13880; }
p { color: rgb(241,56,128); }
H1.HeaderClassName
{
color: #F13880;
}
.AnyTagClassName
{
color: #F13880;
}
</style>
background-color css
<style>
a { background-color: #F13880; }
a { background-color: rgb(241,56,128); }
div.DivClassName
{
background-color: #F13880;
}
.BgClassName
{
background-color: #F13880;
}
</style>
border-color css
<style>
span { border-color: #F13880; }
span { border-color: rgb(241,56,128); }
td.TdClassName
{
border-color: #F13880;
}
.TagClassName
{
border-color: #F13880;
}
</style>