Shades of Violet Red #F1478B
Tints of Violet Red #F1478B
RGB
CMYK
RGB Variations
Color information
#F1478B (or 0xF1478B) is known color: Violet Red. HEX triplet: F1, 47 and 8B. RGB value is (241,71,139). Sum of RGB (Red+Green+Blue) = 241+71+139=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1478B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1478B is #0EB874. Grayscale: #818181. Windows color (decimal): -964725 or 9127921. OLE color: 9127921.
HSL color Cylindrical-coordinate representation of color #F1478B: hue angle of 336º 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 #F1478B is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 71 | 139 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.05 |
| HSL | 336º | 0.86% | 0.61% | - |
| HSV(B) | 336º | 0.71% | 0.95% | - |
| XYZ | 43.19 | 25.07 | 26.99 | - |
| YUV | 129.58 | 133.32 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 71 | 139 | 0 | 0.71 | 0.42 | 0.05 | 336 | 0.86 | 0.61 |
| Hex | F1 | 47 | 8B | 0 | 47 | 2A | 5 | 150 | 56 | 3D |
| Octal | 361 | 107 | 213 | 0 | 107 | 52 | 5 | 520 | 126 | 75 |
| Binary | 11110001 | 1000111 | 10001011 | 0 | 1000111 | 101010 | 101 | 101010000 | 1010110 | 111101 |
Color Harmonies of #F1478B
Complementary color
Monochromatic Colors of #F1478B
Black with #F1478B
Text Example
Text Example
White with #F1478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1478B; }
p { color: rgb(241,71,139); }
H1.HeaderClassName
{
color: #F1478B;
}
.AnyTagClassName
{
color: #F1478B;
}
</style>
background-color css
<style>
a { background-color: #F1478B; }
a { background-color: rgb(241,71,139); }
div.DivClassName
{
background-color: #F1478B;
}
.BgClassName
{
background-color: #F1478B;
}
</style>
border-color css
<style>
span { border-color: #F1478B; }
span { border-color: rgb(241,71,139); }
td.TdClassName
{
border-color: #F1478B;
}
.TagClassName
{
border-color: #F1478B;
}
</style>