Shades of Violet #F486ED
Tints of Violet #F486ED
RGB
CMYK
RGB Variations
Color information
#F486ED (or 0xF486ED) is known color: Violet. HEX triplet: F4, 86 and ED. RGB value is (244,134,237). Sum of RGB (Red+Green+Blue) = 244+134+237=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F486ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F486ED is #0B7912. Grayscale: #B2B2B2. Windows color (decimal): -751891 or 15566580. OLE color: 15566580.
HSL color Cylindrical-coordinate representation of color #F486ED: hue angle of 303.82º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F486ED is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 237 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.04 |
| HSL | 303.82º | 0.83% | 0.74% | - |
| HSV(B) | 303.82º | 0.45% | 0.96% | - |
| XYZ | 61.12 | 42.4 | 85.08 | - |
| YUV | 178.63 | 160.94 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 237 | 0 | 0.45 | 0.03 | 0.04 | 303.82 | 0.83 | 0.74 |
| Hex | F4 | 86 | ED | 0 | 2D | 3 | 4 | 130 | 53 | 4A |
| Octal | 364 | 206 | 355 | 0 | 55 | 3 | 4 | 460 | 123 | 112 |
| Binary | 11110100 | 10000110 | 11101101 | 0 | 101101 | 11 | 100 | 100110000 | 1010011 | 1001010 |
Color Harmonies of #F486ED
Complementary color
Monochromatic Colors of #F486ED
Black with #F486ED
Text Example
Text Example
White with #F486ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486ED; }
p { color: rgb(244,134,237); }
H1.HeaderClassName
{
color: #F486ED;
}
.AnyTagClassName
{
color: #F486ED;
}
</style>
background-color css
<style>
a { background-color: #F486ED; }
a { background-color: rgb(244,134,237); }
div.DivClassName
{
background-color: #F486ED;
}
.BgClassName
{
background-color: #F486ED;
}
</style>
border-color css
<style>
span { border-color: #F486ED; }
span { border-color: rgb(244,134,237); }
td.TdClassName
{
border-color: #F486ED;
}
.TagClassName
{
border-color: #F486ED;
}
</style>