Shades of Violet Red #F1447A
Tints of Violet Red #F1447A
RGB
CMYK
RGB Variations
Color information
#F1447A (or 0xF1447A) is known color: Violet Red. HEX triplet: F1, 44 and 7A. RGB value is (241,68,122). Sum of RGB (Red+Green+Blue) = 241+68+122=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1447A is #0EBB85. Grayscale: #7D7D7D. Windows color (decimal): -965510 or 8013041. OLE color: 8013041.
HSL color Cylindrical-coordinate representation of color #F1447A: hue angle of 341.27º 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 #F1447A is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 122 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.05 |
| HSL | 341.27º | 0.86% | 0.61% | - |
| HSV(B) | 341.27º | 0.72% | 0.95% | - |
| XYZ | 41.86 | 24.24 | 20.89 | - |
| YUV | 125.88 | 125.81 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 122 | 0 | 0.72 | 0.49 | 0.05 | 341.27 | 0.86 | 0.61 |
| Hex | F1 | 44 | 7A | 0 | 48 | 31 | 5 | 155 | 56 | 3D |
| Octal | 361 | 104 | 172 | 0 | 110 | 61 | 5 | 525 | 126 | 75 |
| Binary | 11110001 | 1000100 | 1111010 | 0 | 1001000 | 110001 | 101 | 101010101 | 1010110 | 111101 |
Color Harmonies of #F1447A
Complementary color
Monochromatic Colors of #F1447A
Black with #F1447A
Text Example
Text Example
White with #F1447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1447A; }
p { color: rgb(241,68,122); }
H1.HeaderClassName
{
color: #F1447A;
}
.AnyTagClassName
{
color: #F1447A;
}
</style>
background-color css
<style>
a { background-color: #F1447A; }
a { background-color: rgb(241,68,122); }
div.DivClassName
{
background-color: #F1447A;
}
.BgClassName
{
background-color: #F1447A;
}
</style>
border-color css
<style>
span { border-color: #F1447A; }
span { border-color: rgb(241,68,122); }
td.TdClassName
{
border-color: #F1447A;
}
.TagClassName
{
border-color: #F1447A;
}
</style>