Shades of Violet Red #F1458B
Tints of Violet Red #F1458B
RGB
CMYK
RGB Variations
Color information
#F1458B (or 0xF1458B) is known color: Violet Red. HEX triplet: F1, 45 and 8B. RGB value is (241,69,139). Sum of RGB (Red+Green+Blue) = 241+69+139=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1458B is #0EBA74. Grayscale: #808080. Windows color (decimal): -965237 or 9127409. OLE color: 9127409.
HSL color Cylindrical-coordinate representation of color #F1458B: hue angle of 335.58º 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 #F1458B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 139 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 335.58º | 0.86% | 0.61% | - |
| HSV(B) | 335.58º | 0.71% | 0.95% | - |
| XYZ | 43.06 | 24.82 | 26.95 | - |
| YUV | 128.41 | 133.98 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 139 | 0 | 0.71 | 0.42 | 0.05 | 335.58 | 0.86 | 0.61 |
| Hex | F1 | 45 | 8B | 0 | 47 | 2A | 5 | 150 | 56 | 3D |
| Octal | 361 | 105 | 213 | 0 | 107 | 52 | 5 | 520 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10001011 | 0 | 1000111 | 101010 | 101 | 101010000 | 1010110 | 111101 |
Color Harmonies of #F1458B
Complementary color
Monochromatic Colors of #F1458B
Black with #F1458B
Text Example
Text Example
White with #F1458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1458B; }
p { color: rgb(241,69,139); }
H1.HeaderClassName
{
color: #F1458B;
}
.AnyTagClassName
{
color: #F1458B;
}
</style>
background-color css
<style>
a { background-color: #F1458B; }
a { background-color: rgb(241,69,139); }
div.DivClassName
{
background-color: #F1458B;
}
.BgClassName
{
background-color: #F1458B;
}
</style>
border-color css
<style>
span { border-color: #F1458B; }
span { border-color: rgb(241,69,139); }
td.TdClassName
{
border-color: #F1458B;
}
.TagClassName
{
border-color: #F1458B;
}
</style>