Shades of Violet Red #F1478F
Tints of Violet Red #F1478F
RGB
CMYK
RGB Variations
Color information
#F1478F (or 0xF1478F) is known color: Violet Red. HEX triplet: F1, 47 and 8F. RGB value is (241,71,143). Sum of RGB (Red+Green+Blue) = 241+71+143=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F1478F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1478F is #0EB870. Grayscale: #818181. Windows color (decimal): -964721 or 9390065. OLE color: 9390065.
HSL color Cylindrical-coordinate representation of color #F1478F: hue angle of 334.59º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F1478F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 143 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.05 |
| HSL | 334.59º | 0.86% | 0.61% | - |
| HSV(B) | 334.59º | 0.71% | 0.95% | - |
| XYZ | 43.49 | 25.19 | 28.56 | - |
| YUV | 130.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 143 | 0 | 0.71 | 0.41 | 0.05 | 334.59 | 0.86 | 0.61 |
| Hex | F1 | 47 | 8F | 0 | 47 | 29 | 5 | 14F | 56 | 3D |
| Octal | 361 | 107 | 217 | 0 | 107 | 51 | 5 | 517 | 126 | 75 |
| Binary | 11110001 | 1000111 | 10001111 | 0 | 1000111 | 101001 | 101 | 101001111 | 1010110 | 111101 |
Color Harmonies of #F1478F
Complementary color
Monochromatic Colors of #F1478F
Black with #F1478F
Text Example
Text Example
White with #F1478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1478F; }
p { color: rgb(241,71,143); }
H1.HeaderClassName
{
color: #F1478F;
}
.AnyTagClassName
{
color: #F1478F;
}
</style>
background-color css
<style>
a { background-color: #F1478F; }
a { background-color: rgb(241,71,143); }
div.DivClassName
{
background-color: #F1478F;
}
.BgClassName
{
background-color: #F1478F;
}
</style>
border-color css
<style>
span { border-color: #F1478F; }
span { border-color: rgb(241,71,143); }
td.TdClassName
{
border-color: #F1478F;
}
.TagClassName
{
border-color: #F1478F;
}
</style>