Shades of Violet #F481EE
Tints of Violet #F481EE
RGB
CMYK
RGB Variations
Color information
#F481EE (or 0xF481EE) is known color: Violet. HEX triplet: F4, 81 and EE. RGB value is (244,129,238). Sum of RGB (Red+Green+Blue) = 244+129+238=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 129 (50.78% from 255 or 21.11% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F481EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481EE is #0B7E11. Grayscale: #AFAFAF. Windows color (decimal): -753170 or 15630836. OLE color: 15630836.
HSL color Cylindrical-coordinate representation of color #F481EE: hue angle of 303.13º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F481EE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 238 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.04 |
| HSL | 303.13º | 0.84% | 0.73% | - |
| HSV(B) | 303.13º | 0.47% | 0.96% | - |
| XYZ | 60.59 | 41.11 | 85.63 | - |
| YUV | 175.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 238 | 0 | 0.47 | 0.02 | 0.04 | 303.13 | 0.84 | 0.73 |
| Hex | F4 | 81 | EE | 0 | 2F | 2 | 4 | 12F | 54 | 49 |
| Octal | 364 | 201 | 356 | 0 | 57 | 2 | 4 | 457 | 124 | 111 |
| Binary | 11110100 | 10000001 | 11101110 | 0 | 101111 | 10 | 100 | 100101111 | 1010100 | 1001001 |
Color Harmonies of #F481EE
Complementary color
Monochromatic Colors of #F481EE
Black with #F481EE
Text Example
Text Example
White with #F481EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481EE; }
p { color: rgb(244,129,238); }
H1.HeaderClassName
{
color: #F481EE;
}
.AnyTagClassName
{
color: #F481EE;
}
</style>
background-color css
<style>
a { background-color: #F481EE; }
a { background-color: rgb(244,129,238); }
div.DivClassName
{
background-color: #F481EE;
}
.BgClassName
{
background-color: #F481EE;
}
</style>
border-color css
<style>
span { border-color: #F481EE; }
span { border-color: rgb(244,129,238); }
td.TdClassName
{
border-color: #F481EE;
}
.TagClassName
{
border-color: #F481EE;
}
</style>