Shades of Violet Red #F14398
Tints of Violet Red #F14398
RGB
CMYK
RGB Variations
Color information
#F14398 (or 0xF14398) is known color: Violet Red. HEX triplet: F1, 43 and 98. RGB value is (241,67,152). Sum of RGB (Red+Green+Blue) = 241+67+152=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F14398 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F14398 is #0EBC67. Grayscale: #808080. Windows color (decimal): -965736 or 9978865. OLE color: 9978865.
HSL color Cylindrical-coordinate representation of color #F14398: hue angle of 330.69º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F14398 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 152 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.05 |
| HSL | 330.69º | 0.86% | 0.6% | - |
| HSV(B) | 330.69º | 0.72% | 0.95% | - |
| XYZ | 43.95 | 24.98 | 32.21 | - |
| YUV | 128.72 | 141.15 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 152 | 0 | 0.72 | 0.37 | 0.05 | 330.69 | 0.86 | 0.6 |
| Hex | F1 | 43 | 98 | 0 | 48 | 25 | 5 | 14B | 56 | 3C |
| Octal | 361 | 103 | 230 | 0 | 110 | 45 | 5 | 513 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10011000 | 0 | 1001000 | 100101 | 101 | 101001011 | 1010110 | 111100 |
Color Harmonies of #F14398
Complementary color
Monochromatic Colors of #F14398
Black with #F14398
Text Example
Text Example
White with #F14398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14398; }
p { color: rgb(241,67,152); }
H1.HeaderClassName
{
color: #F14398;
}
.AnyTagClassName
{
color: #F14398;
}
</style>
background-color css
<style>
a { background-color: #F14398; }
a { background-color: rgb(241,67,152); }
div.DivClassName
{
background-color: #F14398;
}
.BgClassName
{
background-color: #F14398;
}
</style>
border-color css
<style>
span { border-color: #F14398; }
span { border-color: rgb(241,67,152); }
td.TdClassName
{
border-color: #F14398;
}
.TagClassName
{
border-color: #F14398;
}
</style>