Shades of Violet #F484EE
Tints of Violet #F484EE
RGB
CMYK
RGB Variations
Color information
#F484EE (or 0xF484EE) is known color: Violet. HEX triplet: F4, 84 and EE. RGB value is (244,132,238). Sum of RGB (Red+Green+Blue) = 244+132+238=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 132 (51.95% from 255 or 21.50% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F484EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484EE is #0B7B11. Grayscale: #B1B1B1. Windows color (decimal): -752402 or 15631604. OLE color: 15631604.
HSL color Cylindrical-coordinate representation of color #F484EE: hue angle of 303.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484EE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 238 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.04 |
| HSL | 303.21º | 0.84% | 0.74% | - |
| HSV(B) | 303.21º | 0.46% | 0.96% | - |
| XYZ | 60.99 | 41.91 | 85.76 | - |
| YUV | 177.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 238 | 0 | 0.46 | 0.02 | 0.04 | 303.21 | 0.84 | 0.74 |
| Hex | F4 | 84 | EE | 0 | 2E | 2 | 4 | 12F | 54 | 4A |
| Octal | 364 | 204 | 356 | 0 | 56 | 2 | 4 | 457 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11101110 | 0 | 101110 | 10 | 100 | 100101111 | 1010100 | 1001010 |
Color Harmonies of #F484EE
Complementary color
Monochromatic Colors of #F484EE
Black with #F484EE
Text Example
Text Example
White with #F484EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484EE; }
p { color: rgb(244,132,238); }
H1.HeaderClassName
{
color: #F484EE;
}
.AnyTagClassName
{
color: #F484EE;
}
</style>
background-color css
<style>
a { background-color: #F484EE; }
a { background-color: rgb(244,132,238); }
div.DivClassName
{
background-color: #F484EE;
}
.BgClassName
{
background-color: #F484EE;
}
</style>
border-color css
<style>
span { border-color: #F484EE; }
span { border-color: rgb(244,132,238); }
td.TdClassName
{
border-color: #F484EE;
}
.TagClassName
{
border-color: #F484EE;
}
</style>