Shades of Violet #F28EEE
Tints of Violet #F28EEE
RGB
CMYK
RGB Variations
Color information
#F28EEE (or 0xF28EEE) is known color: Violet. HEX triplet: F2, 8E and EE. RGB value is (242,142,238). Sum of RGB (Red+Green+Blue) = 242+142+238=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 142 (55.86% from 255 or 22.83% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EEE is #0D7111. Grayscale: #B6B6B6. Windows color (decimal): -880914 or 15634162. OLE color: 15634162.
HSL color Cylindrical-coordinate representation of color #F28EEE: hue angle of 302.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F28EEE is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 238 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.05 |
| HSL | 302.4º | 0.79% | 0.75% | - |
| HSV(B) | 302.4º | 0.41% | 0.95% | - |
| XYZ | 61.72 | 44.4 | 86.21 | - |
| YUV | 182.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 238 | 0 | 0.41 | 0.02 | 0.05 | 302.4 | 0.79 | 0.75 |
| Hex | F2 | 8E | EE | 0 | 29 | 2 | 5 | 12E | 4F | 4B |
| Octal | 362 | 216 | 356 | 0 | 51 | 2 | 5 | 456 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11101110 | 0 | 101001 | 10 | 101 | 100101110 | 1001111 | 1001011 |
Color Harmonies of #F28EEE
Complementary color
Monochromatic Colors of #F28EEE
Black with #F28EEE
Text Example
Text Example
White with #F28EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EEE; }
p { color: rgb(242,142,238); }
H1.HeaderClassName
{
color: #F28EEE;
}
.AnyTagClassName
{
color: #F28EEE;
}
</style>
background-color css
<style>
a { background-color: #F28EEE; }
a { background-color: rgb(242,142,238); }
div.DivClassName
{
background-color: #F28EEE;
}
.BgClassName
{
background-color: #F28EEE;
}
</style>
border-color css
<style>
span { border-color: #F28EEE; }
span { border-color: rgb(242,142,238); }
td.TdClassName
{
border-color: #F28EEE;
}
.TagClassName
{
border-color: #F28EEE;
}
</style>