Shades of Violet Red #F1478C
Tints of Violet Red #F1478C
RGB
CMYK
RGB Variations
Color information
#F1478C (or 0xF1478C) is known color: Violet Red. HEX triplet: F1, 47 and 8C. RGB value is (241,71,140). Sum of RGB (Red+Green+Blue) = 241+71+140=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1478C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1478C is #0EB873. Grayscale: #818181. Windows color (decimal): -964724 or 9193457. OLE color: 9193457.
HSL color Cylindrical-coordinate representation of color #F1478C: hue angle of 335.65º 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 #F1478C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 140 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 335.65º | 0.86% | 0.61% | - |
| HSV(B) | 335.65º | 0.71% | 0.95% | - |
| XYZ | 43.26 | 25.1 | 27.38 | - |
| YUV | 129.7 | 133.82 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 140 | 0 | 0.71 | 0.42 | 0.05 | 335.65 | 0.86 | 0.61 |
| Hex | F1 | 47 | 8C | 0 | 47 | 2A | 5 | 150 | 56 | 3D |
| Octal | 361 | 107 | 214 | 0 | 107 | 52 | 5 | 520 | 126 | 75 |
| Binary | 11110001 | 1000111 | 10001100 | 0 | 1000111 | 101010 | 101 | 101010000 | 1010110 | 111101 |
Color Harmonies of #F1478C
Complementary color
Monochromatic Colors of #F1478C
Black with #F1478C
Text Example
Text Example
White with #F1478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1478C; }
p { color: rgb(241,71,140); }
H1.HeaderClassName
{
color: #F1478C;
}
.AnyTagClassName
{
color: #F1478C;
}
</style>
background-color css
<style>
a { background-color: #F1478C; }
a { background-color: rgb(241,71,140); }
div.DivClassName
{
background-color: #F1478C;
}
.BgClassName
{
background-color: #F1478C;
}
</style>
border-color css
<style>
span { border-color: #F1478C; }
span { border-color: rgb(241,71,140); }
td.TdClassName
{
border-color: #F1478C;
}
.TagClassName
{
border-color: #F1478C;
}
</style>