Shades of Violet Red #F1427C
Tints of Violet Red #F1427C
RGB
CMYK
RGB Variations
Color information
#F1427C (or 0xF1427C) is known color: Violet Red. HEX triplet: F1, 42 and 7C. RGB value is (241,66,124). Sum of RGB (Red+Green+Blue) = 241+66+124=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1427C is #0EBD83. Grayscale: #7C7C7C. Windows color (decimal): -966020 or 8143601. OLE color: 8143601.
HSL color Cylindrical-coordinate representation of color #F1427C: hue angle of 340.11º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1427C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 124 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.05 |
| HSL | 340.11º | 0.86% | 0.6% | - |
| HSV(B) | 340.11º | 0.73% | 0.95% | - |
| XYZ | 41.86 | 24.05 | 21.51 | - |
| YUV | 124.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 124 | 0 | 0.73 | 0.49 | 0.05 | 340.11 | 0.86 | 0.6 |
| Hex | F1 | 42 | 7C | 0 | 49 | 31 | 5 | 154 | 56 | 3C |
| Octal | 361 | 102 | 174 | 0 | 111 | 61 | 5 | 524 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1111100 | 0 | 1001001 | 110001 | 101 | 101010100 | 1010110 | 111100 |
Color Harmonies of #F1427C
Complementary color
Monochromatic Colors of #F1427C
Black with #F1427C
Text Example
Text Example
White with #F1427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1427C; }
p { color: rgb(241,66,124); }
H1.HeaderClassName
{
color: #F1427C;
}
.AnyTagClassName
{
color: #F1427C;
}
</style>
background-color css
<style>
a { background-color: #F1427C; }
a { background-color: rgb(241,66,124); }
div.DivClassName
{
background-color: #F1427C;
}
.BgClassName
{
background-color: #F1427C;
}
</style>
border-color css
<style>
span { border-color: #F1427C; }
span { border-color: rgb(241,66,124); }
td.TdClassName
{
border-color: #F1427C;
}
.TagClassName
{
border-color: #F1427C;
}
</style>