Shades of Violet #F47AF0
Tints of Violet #F47AF0
RGB
CMYK
RGB Variations
Color information
#F47AF0 (or 0xF47AF0) is known color: Violet. HEX triplet: F4, 7A and F0. RGB value is (244,122,240). Sum of RGB (Red+Green+Blue) = 244+122+240=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47AF0 is #0B850F. Grayscale: #ABABAB. Windows color (decimal): -754960 or 15760116. OLE color: 15760116.
HSL color Cylindrical-coordinate representation of color #F47AF0: hue angle of 301.97º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AF0 is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 240 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.04 |
| HSL | 301.97º | 0.85% | 0.72% | - |
| HSV(B) | 301.97º | 0.5% | 0.96% | - |
| XYZ | 60 | 39.44 | 86.89 | - |
| YUV | 171.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 240 | 0 | 0.5 | 0.02 | 0.04 | 301.97 | 0.85 | 0.72 |
| Hex | F4 | 7A | F0 | 0 | 32 | 2 | 4 | 12E | 55 | 48 |
| Octal | 364 | 172 | 360 | 0 | 62 | 2 | 4 | 456 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11110000 | 0 | 110010 | 10 | 100 | 100101110 | 1010101 | 1001000 |
Color Harmonies of #F47AF0
Complementary color
Monochromatic Colors of #F47AF0
Black with #F47AF0
Text Example
Text Example
White with #F47AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AF0; }
p { color: rgb(244,122,240); }
H1.HeaderClassName
{
color: #F47AF0;
}
.AnyTagClassName
{
color: #F47AF0;
}
</style>
background-color css
<style>
a { background-color: #F47AF0; }
a { background-color: rgb(244,122,240); }
div.DivClassName
{
background-color: #F47AF0;
}
.BgClassName
{
background-color: #F47AF0;
}
</style>
border-color css
<style>
span { border-color: #F47AF0; }
span { border-color: rgb(244,122,240); }
td.TdClassName
{
border-color: #F47AF0;
}
.TagClassName
{
border-color: #F47AF0;
}
</style>