Shades of Violet #F28EEA
Tints of Violet #F28EEA
RGB
CMYK
RGB Variations
Color information
#F28EEA (or 0xF28EEA) is known color: Violet. HEX triplet: F2, 8E and EA. RGB value is (242,142,234). Sum of RGB (Red+Green+Blue) = 242+142+234=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EEA is #0D7115. Grayscale: #B6B6B6. Windows color (decimal): -880918 or 15372018. OLE color: 15372018.
HSL color Cylindrical-coordinate representation of color #F28EEA: hue angle of 304.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 #F28EEA is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 234 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.05 |
| HSL | 304.8º | 0.79% | 0.75% | - |
| HSV(B) | 304.8º | 0.41% | 0.95% | - |
| XYZ | 61.14 | 44.16 | 83.14 | - |
| YUV | 182.39 | 157.13 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 234 | 0 | 0.41 | 0.03 | 0.05 | 304.8 | 0.79 | 0.75 |
| Hex | F2 | 8E | EA | 0 | 29 | 3 | 5 | 131 | 4F | 4B |
| Octal | 362 | 216 | 352 | 0 | 51 | 3 | 5 | 461 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11101010 | 0 | 101001 | 11 | 101 | 100110001 | 1001111 | 1001011 |
Color Harmonies of #F28EEA
Complementary color
Monochromatic Colors of #F28EEA
Black with #F28EEA
Text Example
Text Example
White with #F28EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EEA; }
p { color: rgb(242,142,234); }
H1.HeaderClassName
{
color: #F28EEA;
}
.AnyTagClassName
{
color: #F28EEA;
}
</style>
background-color css
<style>
a { background-color: #F28EEA; }
a { background-color: rgb(242,142,234); }
div.DivClassName
{
background-color: #F28EEA;
}
.BgClassName
{
background-color: #F28EEA;
}
</style>
border-color css
<style>
span { border-color: #F28EEA; }
span { border-color: rgb(242,142,234); }
td.TdClassName
{
border-color: #F28EEA;
}
.TagClassName
{
border-color: #F28EEA;
}
</style>