Shades of Violet Red #F1437B
Tints of Violet Red #F1437B
RGB
CMYK
RGB Variations
Color information
#F1437B (or 0xF1437B) is known color: Violet Red. HEX triplet: F1, 43 and 7B. RGB value is (241,67,123). Sum of RGB (Red+Green+Blue) = 241+67+123=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1437B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1437B is #0EBC84. Grayscale: #7D7D7D. Windows color (decimal): -965765 or 8078321. OLE color: 8078321.
HSL color Cylindrical-coordinate representation of color #F1437B: hue angle of 340.69º 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 #F1437B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 67 | 123 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.05 |
| HSL | 340.69º | 0.86% | 0.6% | - |
| HSV(B) | 340.69º | 0.72% | 0.95% | - |
| XYZ | 41.86 | 24.15 | 21.19 | - |
| YUV | 125.41 | 126.65 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 67 | 123 | 0 | 0.72 | 0.49 | 0.05 | 340.69 | 0.86 | 0.6 |
| Hex | F1 | 43 | 7B | 0 | 48 | 31 | 5 | 155 | 56 | 3C |
| Octal | 361 | 103 | 173 | 0 | 110 | 61 | 5 | 525 | 126 | 74 |
| Binary | 11110001 | 1000011 | 1111011 | 0 | 1001000 | 110001 | 101 | 101010101 | 1010110 | 111100 |
Color Harmonies of #F1437B
Complementary color
Monochromatic Colors of #F1437B
Black with #F1437B
Text Example
Text Example
White with #F1437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1437B; }
p { color: rgb(241,67,123); }
H1.HeaderClassName
{
color: #F1437B;
}
.AnyTagClassName
{
color: #F1437B;
}
</style>
background-color css
<style>
a { background-color: #F1437B; }
a { background-color: rgb(241,67,123); }
div.DivClassName
{
background-color: #F1437B;
}
.BgClassName
{
background-color: #F1437B;
}
</style>
border-color css
<style>
span { border-color: #F1437B; }
span { border-color: rgb(241,67,123); }
td.TdClassName
{
border-color: #F1437B;
}
.TagClassName
{
border-color: #F1437B;
}
</style>