Shades of Violet Red #F13E8F
Tints of Violet Red #F13E8F
RGB
CMYK
RGB Variations
Color information
#F13E8F (or 0xF13E8F) is known color: Violet Red. HEX triplet: F1, 3E and 8F. RGB value is (241,62,143). Sum of RGB (Red+Green+Blue) = 241+62+143=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F13E8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F13E8F is #0EC170. Grayscale: #7C7C7C. Windows color (decimal): -967025 or 9387761. OLE color: 9387761.
HSL color Cylindrical-coordinate representation of color #F13E8F: hue angle of 332.85º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13E8F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 143 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.05 |
| HSL | 332.85º | 0.86% | 0.59% | - |
| HSV(B) | 332.85º | 0.74% | 0.95% | - |
| XYZ | 42.96 | 24.13 | 28.38 | - |
| YUV | 124.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 143 | 0 | 0.74 | 0.41 | 0.05 | 332.85 | 0.86 | 0.59 |
| Hex | F1 | 3E | 8F | 0 | 4A | 29 | 5 | 14D | 56 | 3B |
| Octal | 361 | 76 | 217 | 0 | 112 | 51 | 5 | 515 | 126 | 73 |
| Binary | 11110001 | 111110 | 10001111 | 0 | 1001010 | 101001 | 101 | 101001101 | 1010110 | 111011 |
Color Harmonies of #F13E8F
Complementary color
Monochromatic Colors of #F13E8F
Black with #F13E8F
Text Example
Text Example
White with #F13E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13E8F; }
p { color: rgb(241,62,143); }
H1.HeaderClassName
{
color: #F13E8F;
}
.AnyTagClassName
{
color: #F13E8F;
}
</style>
background-color css
<style>
a { background-color: #F13E8F; }
a { background-color: rgb(241,62,143); }
div.DivClassName
{
background-color: #F13E8F;
}
.BgClassName
{
background-color: #F13E8F;
}
</style>
border-color css
<style>
span { border-color: #F13E8F; }
span { border-color: rgb(241,62,143); }
td.TdClassName
{
border-color: #F13E8F;
}
.TagClassName
{
border-color: #F13E8F;
}
</style>