Shades of Violet Red #F1438B
Tints of Violet Red #F1438B
RGB
CMYK
RGB Variations
Color information
#F1438B (or 0xF1438B) is known color: Violet Red. HEX triplet: F1, 43 and 8B. RGB value is (241,67,139). Sum of RGB (Red+Green+Blue) = 241+67+139=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1438B is #0EBC74. Grayscale: #7F7F7F. Windows color (decimal): -965749 or 9126897. OLE color: 9126897.
HSL color Cylindrical-coordinate representation of color #F1438B: hue angle of 335.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F1438B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.05 |
| HSL | 335.17º | 0.86% | 0.6% | - |
| HSV(B) | 335.17º | 0.72% | 0.95% | - |
| XYZ | 42.94 | 24.58 | 26.91 | - |
| YUV | 127.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 139 | 0 | 0.72 | 0.42 | 0.05 | 335.17 | 0.86 | 0.6 |
| Hex | F1 | 43 | 8B | 0 | 48 | 2A | 5 | 14F | 56 | 3C |
| Octal | 361 | 103 | 213 | 0 | 110 | 52 | 5 | 517 | 126 | 74 |
| Binary | 11110001 | 1000011 | 10001011 | 0 | 1001000 | 101010 | 101 | 101001111 | 1010110 | 111100 |
Color Harmonies of #F1438B
Complementary color
Monochromatic Colors of #F1438B
Black with #F1438B
Text Example
Text Example
White with #F1438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1438B; }
p { color: rgb(241,67,139); }
H1.HeaderClassName
{
color: #F1438B;
}
.AnyTagClassName
{
color: #F1438B;
}
</style>
background-color css
<style>
a { background-color: #F1438B; }
a { background-color: rgb(241,67,139); }
div.DivClassName
{
background-color: #F1438B;
}
.BgClassName
{
background-color: #F1438B;
}
</style>
border-color css
<style>
span { border-color: #F1438B; }
span { border-color: rgb(241,67,139); }
td.TdClassName
{
border-color: #F1438B;
}
.TagClassName
{
border-color: #F1438B;
}
</style>