Shades of Violet Red #F1449B
Tints of Violet Red #F1449B
RGB
CMYK
RGB Variations
Color information
#F1449B (or 0xF1449B) is known color: Violet Red. HEX triplet: F1, 44 and 9B. RGB value is (241,68,155). Sum of RGB (Red+Green+Blue) = 241+68+155=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1449B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1449B is #0EBB64. Grayscale: #818181. Windows color (decimal): -965477 or 10175729. OLE color: 10175729.
HSL color Cylindrical-coordinate representation of color #F1449B: hue angle of 329.83º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1449B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 155 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.05 |
| HSL | 329.83º | 0.86% | 0.61% | - |
| HSV(B) | 329.83º | 0.72% | 0.95% | - |
| XYZ | 44.26 | 25.2 | 33.54 | - |
| YUV | 129.65 | 142.31 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 155 | 0 | 0.72 | 0.36 | 0.05 | 329.83 | 0.86 | 0.61 |
| Hex | F1 | 44 | 9B | 0 | 48 | 24 | 5 | 14A | 56 | 3D |
| Octal | 361 | 104 | 233 | 0 | 110 | 44 | 5 | 512 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10011011 | 0 | 1001000 | 100100 | 101 | 101001010 | 1010110 | 111101 |
Color Harmonies of #F1449B
Complementary color
Monochromatic Colors of #F1449B
Black with #F1449B
Text Example
Text Example
White with #F1449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1449B; }
p { color: rgb(241,68,155); }
H1.HeaderClassName
{
color: #F1449B;
}
.AnyTagClassName
{
color: #F1449B;
}
</style>
background-color css
<style>
a { background-color: #F1449B; }
a { background-color: rgb(241,68,155); }
div.DivClassName
{
background-color: #F1449B;
}
.BgClassName
{
background-color: #F1449B;
}
</style>
border-color css
<style>
span { border-color: #F1449B; }
span { border-color: rgb(241,68,155); }
td.TdClassName
{
border-color: #F1449B;
}
.TagClassName
{
border-color: #F1449B;
}
</style>