Shades of Violet #F474F1
Tints of Violet #F474F1
RGB
CMYK
RGB Variations
Color information
#F474F1 (or 0xF474F1) is known color: Violet. HEX triplet: F4, 74 and F1. RGB value is (244,116,241). Sum of RGB (Red+Green+Blue) = 244+116+241=601 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.60% from 601); Green value is 116 (45.70% from 255 or 19.30% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 244 - color contains mainly: red. Hex color #F474F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F474F1 is #0B8B0E. Grayscale: #A8A8A8. Windows color (decimal): -756495 or 15824116. OLE color: 15824116.
HSL color Cylindrical-coordinate representation of color #F474F1: hue angle of 301.41º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474F1 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 241 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.04 |
| HSL | 301.41º | 0.85% | 0.71% | - |
| HSV(B) | 301.41º | 0.52% | 0.96% | - |
| XYZ | 59.43 | 38.07 | 87.44 | - |
| YUV | 168.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 241 | 0 | 0.52 | 0.01 | 0.04 | 301.41 | 0.85 | 0.71 |
| Hex | F4 | 74 | F1 | 0 | 34 | 1 | 4 | 12D | 55 | 47 |
| Octal | 364 | 164 | 361 | 0 | 64 | 1 | 4 | 455 | 125 | 107 |
| Binary | 11110100 | 1110100 | 11110001 | 0 | 110100 | 1 | 100 | 100101101 | 1010101 | 1000111 |
Color Harmonies of #F474F1
Complementary color
Monochromatic Colors of #F474F1
Black with #F474F1
Text Example
Text Example
White with #F474F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F474F1; }
p { color: rgb(244,116,241); }
H1.HeaderClassName
{
color: #F474F1;
}
.AnyTagClassName
{
color: #F474F1;
}
</style>
background-color css
<style>
a { background-color: #F474F1; }
a { background-color: rgb(244,116,241); }
div.DivClassName
{
background-color: #F474F1;
}
.BgClassName
{
background-color: #F474F1;
}
</style>
border-color css
<style>
span { border-color: #F474F1; }
span { border-color: rgb(244,116,241); }
td.TdClassName
{
border-color: #F474F1;
}
.TagClassName
{
border-color: #F474F1;
}
</style>