Shades of Violet Red #F1459B
Tints of Violet Red #F1459B
RGB
CMYK
RGB Variations
Color information
#F1459B (or 0xF1459B) is known color: Violet Red. HEX triplet: F1, 45 and 9B. RGB value is (241,69,155). Sum of RGB (Red+Green+Blue) = 241+69+155=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1459B is #0EBA64. Grayscale: #828282. Windows color (decimal): -965221 or 10175985. OLE color: 10175985.
HSL color Cylindrical-coordinate representation of color #F1459B: hue angle of 330º 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 #F1459B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 155 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.05 |
| HSL | 330º | 0.86% | 0.61% | - |
| HSV(B) | 330º | 0.71% | 0.95% | - |
| XYZ | 44.32 | 25.32 | 33.56 | - |
| YUV | 130.23 | 141.98 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 155 | 0 | 0.71 | 0.36 | 0.05 | 330 | 0.86 | 0.61 |
| Hex | F1 | 45 | 9B | 0 | 47 | 24 | 5 | 14A | 56 | 3D |
| Octal | 361 | 105 | 233 | 0 | 107 | 44 | 5 | 512 | 126 | 75 |
| Binary | 11110001 | 1000101 | 10011011 | 0 | 1000111 | 100100 | 101 | 101001010 | 1010110 | 111101 |
Color Harmonies of #F1459B
Complementary color
Monochromatic Colors of #F1459B
Black with #F1459B
Text Example
Text Example
White with #F1459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1459B; }
p { color: rgb(241,69,155); }
H1.HeaderClassName
{
color: #F1459B;
}
.AnyTagClassName
{
color: #F1459B;
}
</style>
background-color css
<style>
a { background-color: #F1459B; }
a { background-color: rgb(241,69,155); }
div.DivClassName
{
background-color: #F1459B;
}
.BgClassName
{
background-color: #F1459B;
}
</style>
border-color css
<style>
span { border-color: #F1459B; }
span { border-color: rgb(241,69,155); }
td.TdClassName
{
border-color: #F1459B;
}
.TagClassName
{
border-color: #F1459B;
}
</style>