Shades of Violet Red #F14088
Tints of Violet Red #F14088
RGB
CMYK
RGB Variations
Color information
#F14088 (or 0xF14088) is known color: Violet Red. HEX triplet: F1, 40 and 88. RGB value is (241,64,136). Sum of RGB (Red+Green+Blue) = 241+64+136=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F14088 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14088 is #0EBF77. Grayscale: #7D7D7D. Windows color (decimal): -966520 or 8929521. OLE color: 8929521.
HSL color Cylindrical-coordinate representation of color #F14088: hue angle of 335.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14088 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 136 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.05 |
| HSL | 335.59º | 0.86% | 0.6% | - |
| HSV(B) | 335.59º | 0.73% | 0.95% | - |
| XYZ | 42.55 | 24.15 | 25.71 | - |
| YUV | 125.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 136 | 0 | 0.73 | 0.44 | 0.05 | 335.59 | 0.86 | 0.6 |
| Hex | F1 | 40 | 88 | 0 | 49 | 2C | 5 | 150 | 56 | 3C |
| Octal | 361 | 100 | 210 | 0 | 111 | 54 | 5 | 520 | 126 | 74 |
| Binary | 11110001 | 1000000 | 10001000 | 0 | 1001001 | 101100 | 101 | 101010000 | 1010110 | 111100 |
Color Harmonies of #F14088
Complementary color
Monochromatic Colors of #F14088
Black with #F14088
Text Example
Text Example
White with #F14088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14088; }
p { color: rgb(241,64,136); }
H1.HeaderClassName
{
color: #F14088;
}
.AnyTagClassName
{
color: #F14088;
}
</style>
background-color css
<style>
a { background-color: #F14088; }
a { background-color: rgb(241,64,136); }
div.DivClassName
{
background-color: #F14088;
}
.BgClassName
{
background-color: #F14088;
}
</style>
border-color css
<style>
span { border-color: #F14088; }
span { border-color: rgb(241,64,136); }
td.TdClassName
{
border-color: #F14088;
}
.TagClassName
{
border-color: #F14088;
}
</style>