Shades of Violet #F28EEF
Tints of Violet #F28EEF
RGB
CMYK
RGB Variations
Color information
#F28EEF (or 0xF28EEF) is known color: Violet. HEX triplet: F2, 8E and EF. RGB value is (242,142,239). Sum of RGB (Red+Green+Blue) = 242+142+239=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 142 (55.86% from 255 or 22.79% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EEF is #0D7110. Grayscale: #B6B6B6. Windows color (decimal): -880913 or 15699698. OLE color: 15699698.
HSL color Cylindrical-coordinate representation of color #F28EEF: hue angle of 301.8º 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 #F28EEF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 239 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.05 |
| HSL | 301.8º | 0.79% | 0.75% | - |
| HSV(B) | 301.8º | 0.41% | 0.95% | - |
| XYZ | 61.87 | 44.46 | 86.98 | - |
| YUV | 182.96 | 159.63 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 239 | 0 | 0.41 | 0.01 | 0.05 | 301.8 | 0.79 | 0.75 |
| Hex | F2 | 8E | EF | 0 | 29 | 1 | 5 | 12E | 4F | 4B |
| Octal | 362 | 216 | 357 | 0 | 51 | 1 | 5 | 456 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11101111 | 0 | 101001 | 1 | 101 | 100101110 | 1001111 | 1001011 |
Color Harmonies of #F28EEF
Complementary color
Monochromatic Colors of #F28EEF
Black with #F28EEF
Text Example
Text Example
White with #F28EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EEF; }
p { color: rgb(242,142,239); }
H1.HeaderClassName
{
color: #F28EEF;
}
.AnyTagClassName
{
color: #F28EEF;
}
</style>
background-color css
<style>
a { background-color: #F28EEF; }
a { background-color: rgb(242,142,239); }
div.DivClassName
{
background-color: #F28EEF;
}
.BgClassName
{
background-color: #F28EEF;
}
</style>
border-color css
<style>
span { border-color: #F28EEF; }
span { border-color: rgb(242,142,239); }
td.TdClassName
{
border-color: #F28EEF;
}
.TagClassName
{
border-color: #F28EEF;
}
</style>