Shades of Violet Red #F14482
Tints of Violet Red #F14482
RGB
CMYK
RGB Variations
Color information
#F14482 (or 0xF14482) is known color: Violet Red. HEX triplet: F1, 44 and 82. RGB value is (241,68,130). Sum of RGB (Red+Green+Blue) = 241+68+130=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F14482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14482 is #0EBB7D. Grayscale: #7E7E7E. Windows color (decimal): -965502 or 8537329. OLE color: 8537329.
HSL color Cylindrical-coordinate representation of color #F14482: hue angle of 338.5º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14482 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 130 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.05 |
| HSL | 338.5º | 0.86% | 0.61% | - |
| HSV(B) | 338.5º | 0.72% | 0.95% | - |
| XYZ | 42.37 | 24.45 | 23.6 | - |
| YUV | 126.8 | 129.81 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 130 | 0 | 0.72 | 0.46 | 0.05 | 338.5 | 0.86 | 0.61 |
| Hex | F1 | 44 | 82 | 0 | 48 | 2E | 5 | 152 | 56 | 3D |
| Octal | 361 | 104 | 202 | 0 | 110 | 56 | 5 | 522 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10000010 | 0 | 1001000 | 101110 | 101 | 101010010 | 1010110 | 111101 |
Color Harmonies of #F14482
Complementary color
Monochromatic Colors of #F14482
Black with #F14482
Text Example
Text Example
White with #F14482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14482; }
p { color: rgb(241,68,130); }
H1.HeaderClassName
{
color: #F14482;
}
.AnyTagClassName
{
color: #F14482;
}
</style>
background-color css
<style>
a { background-color: #F14482; }
a { background-color: rgb(241,68,130); }
div.DivClassName
{
background-color: #F14482;
}
.BgClassName
{
background-color: #F14482;
}
</style>
border-color css
<style>
span { border-color: #F14482; }
span { border-color: rgb(241,68,130); }
td.TdClassName
{
border-color: #F14482;
}
.TagClassName
{
border-color: #F14482;
}
</style>