Shades of Violet Red #F1458F
Tints of Violet Red #F1458F
RGB
CMYK
RGB Variations
Color information
#F1458F (or 0xF1458F) is known color: Violet Red. HEX triplet: F1, 45 and 8F. RGB value is (241,69,143). Sum of RGB (Red+Green+Blue) = 241+69+143=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1458F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1458F is #0EBA70. Grayscale: #808080. Windows color (decimal): -965233 or 9389553. OLE color: 9389553.
HSL color Cylindrical-coordinate representation of color #F1458F: hue angle of 334.19º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1458F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 143 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.05 |
| HSL | 334.19º | 0.86% | 0.61% | - |
| HSV(B) | 334.19º | 0.71% | 0.95% | - |
| XYZ | 43.36 | 24.94 | 28.52 | - |
| YUV | 128.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 143 | 0 | 0.71 | 0.41 | 0.05 | 334.19 | 0.86 | 0.61 |
| Hex | F1 | 45 | 8F | 0 | 47 | 29 | 5 | 14E | 56 | 3D |
| Octal | 361 | 105 | 217 | 0 | 107 | 51 | 5 | 516 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10001111 | 0 | 1000111 | 101001 | 101 | 101001110 | 1010110 | 111101 |
Color Harmonies of #F1458F
Complementary color
Monochromatic Colors of #F1458F
Black with #F1458F
Text Example
Text Example
White with #F1458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1458F; }
p { color: rgb(241,69,143); }
H1.HeaderClassName
{
color: #F1458F;
}
.AnyTagClassName
{
color: #F1458F;
}
</style>
background-color css
<style>
a { background-color: #F1458F; }
a { background-color: rgb(241,69,143); }
div.DivClassName
{
background-color: #F1458F;
}
.BgClassName
{
background-color: #F1458F;
}
</style>
border-color css
<style>
span { border-color: #F1458F; }
span { border-color: rgb(241,69,143); }
td.TdClassName
{
border-color: #F1458F;
}
.TagClassName
{
border-color: #F1458F;
}
</style>