Shades of Violet #F47EF2
Tints of Violet #F47EF2
RGB
CMYK
RGB Variations
Color information
#F47EF2 (or 0xF47EF2) is known color: Violet. HEX triplet: F4, 7E and F2. RGB value is (244,126,242). Sum of RGB (Red+Green+Blue) = 244+126+242=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 126 (49.61% from 255 or 20.59% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F47EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F47EF2 is #0B810D. Grayscale: #AEAEAE. Windows color (decimal): -753934 or 15892212. OLE color: 15892212.
HSL color Cylindrical-coordinate representation of color #F47EF2: hue angle of 301.02º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47EF2 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 126 | 242 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.04 |
| HSL | 301.02º | 0.84% | 0.73% | - |
| HSV(B) | 301.02º | 0.48% | 0.96% | - |
| XYZ | 60.8 | 40.57 | 88.63 | - |
| YUV | 174.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 126 | 242 | 0 | 0.48 | 0.01 | 0.04 | 301.02 | 0.84 | 0.73 |
| Hex | F4 | 7E | F2 | 0 | 30 | 1 | 4 | 12D | 54 | 49 |
| Octal | 364 | 176 | 362 | 0 | 60 | 1 | 4 | 455 | 124 | 111 |
| Binary | 11110100 | 1111110 | 11110010 | 0 | 110000 | 1 | 100 | 100101101 | 1010100 | 1001001 |
Color Harmonies of #F47EF2
Complementary color
Monochromatic Colors of #F47EF2
Black with #F47EF2
Text Example
Text Example
White with #F47EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47EF2; }
p { color: rgb(244,126,242); }
H1.HeaderClassName
{
color: #F47EF2;
}
.AnyTagClassName
{
color: #F47EF2;
}
</style>
background-color css
<style>
a { background-color: #F47EF2; }
a { background-color: rgb(244,126,242); }
div.DivClassName
{
background-color: #F47EF2;
}
.BgClassName
{
background-color: #F47EF2;
}
</style>
border-color css
<style>
span { border-color: #F47EF2; }
span { border-color: rgb(244,126,242); }
td.TdClassName
{
border-color: #F47EF2;
}
.TagClassName
{
border-color: #F47EF2;
}
</style>