Shades of Violet #F283EE
Tints of Violet #F283EE
RGB
CMYK
RGB Variations
Color information
#F283EE (or 0xF283EE) is known color: Violet. HEX triplet: F2, 83 and EE. RGB value is (242,131,238). Sum of RGB (Red+Green+Blue) = 242+131+238=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 131 (51.56% from 255 or 21.44% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F283EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F283EE is #0D7C11. Grayscale: #B0B0B0. Windows color (decimal): -883730 or 15631346. OLE color: 15631346.
HSL color Cylindrical-coordinate representation of color #F283EE: hue angle of 302.16º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F283EE is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 238 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.16º | 0.81% | 0.73% | - |
| HSV(B) | 302.16º | 0.46% | 0.95% | - |
| XYZ | 60.17 | 41.28 | 85.69 | - |
| YUV | 176.39 | 162.77 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 238 | 0 | 0.46 | 0.02 | 0.05 | 302.16 | 0.81 | 0.73 |
| Hex | F2 | 83 | EE | 0 | 2E | 2 | 5 | 12E | 51 | 49 |
| Octal | 362 | 203 | 356 | 0 | 56 | 2 | 5 | 456 | 121 | 111 |
| Binary | 11110010 | 10000011 | 11101110 | 0 | 101110 | 10 | 101 | 100101110 | 1010001 | 1001001 |
Color Harmonies of #F283EE
Complementary color
Monochromatic Colors of #F283EE
Black with #F283EE
Text Example
Text Example
White with #F283EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F283EE; }
p { color: rgb(242,131,238); }
H1.HeaderClassName
{
color: #F283EE;
}
.AnyTagClassName
{
color: #F283EE;
}
</style>
background-color css
<style>
a { background-color: #F283EE; }
a { background-color: rgb(242,131,238); }
div.DivClassName
{
background-color: #F283EE;
}
.BgClassName
{
background-color: #F283EE;
}
</style>
border-color css
<style>
span { border-color: #F283EE; }
span { border-color: rgb(242,131,238); }
td.TdClassName
{
border-color: #F283EE;
}
.TagClassName
{
border-color: #F283EE;
}
</style>