Shades of Violet #F286ED
Tints of Violet #F286ED
RGB
CMYK
RGB Variations
Color information
#F286ED (or 0xF286ED) is known color: Violet. HEX triplet: F2, 86 and ED. RGB value is (242,134,237). Sum of RGB (Red+Green+Blue) = 242+134+237=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 134 (52.73% from 255 or 21.86% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F286ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F286ED is #0D7912. Grayscale: #B1B1B1. Windows color (decimal): -882963 or 15566578. OLE color: 15566578.
HSL color Cylindrical-coordinate representation of color #F286ED: hue angle of 302.78º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 237 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 302.78º | 0.81% | 0.74% | - |
| HSV(B) | 302.78º | 0.45% | 0.95% | - |
| XYZ | 60.43 | 42.04 | 85.05 | - |
| YUV | 178.03 | 161.28 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 237 | 0 | 0.45 | 0.02 | 0.05 | 302.78 | 0.81 | 0.74 |
| Hex | F2 | 86 | ED | 0 | 2D | 2 | 5 | 12F | 51 | 4A |
| Octal | 362 | 206 | 355 | 0 | 55 | 2 | 5 | 457 | 121 | 112 |
| Binary | 11110010 | 10000110 | 11101101 | 0 | 101101 | 10 | 101 | 100101111 | 1010001 | 1001010 |
Color Harmonies of #F286ED
Complementary color
Monochromatic Colors of #F286ED
Black with #F286ED
Text Example
Text Example
White with #F286ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F286ED; }
p { color: rgb(242,134,237); }
H1.HeaderClassName
{
color: #F286ED;
}
.AnyTagClassName
{
color: #F286ED;
}
</style>
background-color css
<style>
a { background-color: #F286ED; }
a { background-color: rgb(242,134,237); }
div.DivClassName
{
background-color: #F286ED;
}
.BgClassName
{
background-color: #F286ED;
}
</style>
border-color css
<style>
span { border-color: #F286ED; }
span { border-color: rgb(242,134,237); }
td.TdClassName
{
border-color: #F286ED;
}
.TagClassName
{
border-color: #F286ED;
}
</style>