Shades of Violet #F285EE
Tints of Violet #F285EE
RGB
CMYK
RGB Variations
Color information
#F285EE (or 0xF285EE) is known color: Violet. HEX triplet: F2, 85 and EE. RGB value is (242,133,238). Sum of RGB (Red+Green+Blue) = 242+133+238=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 133 (52.34% from 255 or 21.70% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F285EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F285EE is #0D7A11. Grayscale: #B1B1B1. Windows color (decimal): -883218 or 15631858. OLE color: 15631858.
HSL color Cylindrical-coordinate representation of color #F285EE: hue angle of 302.2º 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 #F285EE is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 238 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 302.2º | 0.81% | 0.74% | - |
| HSV(B) | 302.2º | 0.45% | 0.95% | - |
| XYZ | 60.44 | 41.83 | 85.78 | - |
| YUV | 177.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 238 | 0 | 0.45 | 0.02 | 0.05 | 302.2 | 0.81 | 0.74 |
| Hex | F2 | 85 | EE | 0 | 2D | 2 | 5 | 12E | 51 | 4A |
| Octal | 362 | 205 | 356 | 0 | 55 | 2 | 5 | 456 | 121 | 112 |
| Binary | 11110010 | 10000101 | 11101110 | 0 | 101101 | 10 | 101 | 100101110 | 1010001 | 1001010 |
Color Harmonies of #F285EE
Complementary color
Monochromatic Colors of #F285EE
Black with #F285EE
Text Example
Text Example
White with #F285EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F285EE; }
p { color: rgb(242,133,238); }
H1.HeaderClassName
{
color: #F285EE;
}
.AnyTagClassName
{
color: #F285EE;
}
</style>
background-color css
<style>
a { background-color: #F285EE; }
a { background-color: rgb(242,133,238); }
div.DivClassName
{
background-color: #F285EE;
}
.BgClassName
{
background-color: #F285EE;
}
</style>
border-color css
<style>
span { border-color: #F285EE; }
span { border-color: rgb(242,133,238); }
td.TdClassName
{
border-color: #F285EE;
}
.TagClassName
{
border-color: #F285EE;
}
</style>