Shades of Violet Red #F1458C
Tints of Violet Red #F1458C
RGB
CMYK
RGB Variations
Color information
#F1458C (or 0xF1458C) is known color: Violet Red. HEX triplet: F1, 45 and 8C. RGB value is (241,69,140). Sum of RGB (Red+Green+Blue) = 241+69+140=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1458C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1458C is #0EBA73. Grayscale: #808080. Windows color (decimal): -965236 or 9192945. OLE color: 9192945.
HSL color Cylindrical-coordinate representation of color #F1458C: hue angle of 335.23º 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 #F1458C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 140 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 335.23º | 0.86% | 0.61% | - |
| HSV(B) | 335.23º | 0.71% | 0.95% | - |
| XYZ | 43.14 | 24.85 | 27.33 | - |
| YUV | 128.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 140 | 0 | 0.71 | 0.42 | 0.05 | 335.23 | 0.86 | 0.61 |
| Hex | F1 | 45 | 8C | 0 | 47 | 2A | 5 | 14F | 56 | 3D |
| Octal | 361 | 105 | 214 | 0 | 107 | 52 | 5 | 517 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10001100 | 0 | 1000111 | 101010 | 101 | 101001111 | 1010110 | 111101 |
Color Harmonies of #F1458C
Complementary color
Monochromatic Colors of #F1458C
Black with #F1458C
Text Example
Text Example
White with #F1458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1458C; }
p { color: rgb(241,69,140); }
H1.HeaderClassName
{
color: #F1458C;
}
.AnyTagClassName
{
color: #F1458C;
}
</style>
background-color css
<style>
a { background-color: #F1458C; }
a { background-color: rgb(241,69,140); }
div.DivClassName
{
background-color: #F1458C;
}
.BgClassName
{
background-color: #F1458C;
}
</style>
border-color css
<style>
span { border-color: #F1458C; }
span { border-color: rgb(241,69,140); }
td.TdClassName
{
border-color: #F1458C;
}
.TagClassName
{
border-color: #F1458C;
}
</style>