Shades of Violet #F474EE
Tints of Violet #F474EE
RGB
CMYK
RGB Variations
Color information
#F474EE (or 0xF474EE) is known color: Violet. HEX triplet: F4, 74 and EE. RGB value is (244,116,238). Sum of RGB (Red+Green+Blue) = 244+116+238=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 116 (45.70% from 255 or 19.40% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F474EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F474EE is #0B8B11. Grayscale: #A7A7A7. Windows color (decimal): -756498 or 15627508. OLE color: 15627508.
HSL color Cylindrical-coordinate representation of color #F474EE: hue angle of 302.81º 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 #F474EE is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 238 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.04 |
| HSL | 302.81º | 0.85% | 0.71% | - |
| HSV(B) | 302.81º | 0.52% | 0.96% | - |
| XYZ | 58.99 | 37.9 | 85.09 | - |
| YUV | 168.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 238 | 0 | 0.52 | 0.02 | 0.04 | 302.81 | 0.85 | 0.71 |
| Hex | F4 | 74 | EE | 0 | 34 | 2 | 4 | 12F | 55 | 47 |
| Octal | 364 | 164 | 356 | 0 | 64 | 2 | 4 | 457 | 125 | 107 |
| Binary | 11110100 | 1110100 | 11101110 | 0 | 110100 | 10 | 100 | 100101111 | 1010101 | 1000111 |
Color Harmonies of #F474EE
Complementary color
Monochromatic Colors of #F474EE
Black with #F474EE
Text Example
Text Example
White with #F474EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F474EE; }
p { color: rgb(244,116,238); }
H1.HeaderClassName
{
color: #F474EE;
}
.AnyTagClassName
{
color: #F474EE;
}
</style>
background-color css
<style>
a { background-color: #F474EE; }
a { background-color: rgb(244,116,238); }
div.DivClassName
{
background-color: #F474EE;
}
.BgClassName
{
background-color: #F474EE;
}
</style>
border-color css
<style>
span { border-color: #F474EE; }
span { border-color: rgb(244,116,238); }
td.TdClassName
{
border-color: #F474EE;
}
.TagClassName
{
border-color: #F474EE;
}
</style>