Shades of Violet #F28EEB
Tints of Violet #F28EEB
RGB
CMYK
RGB Variations
Color information
#F28EEB (or 0xF28EEB) is known color: Violet. HEX triplet: F2, 8E and EB. RGB value is (242,142,235). Sum of RGB (Red+Green+Blue) = 242+142+235=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 142 (55.86% from 255 or 22.94% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F28EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F28EEB is #0D7114. Grayscale: #B6B6B6. Windows color (decimal): -880917 or 15437554. OLE color: 15437554.
HSL color Cylindrical-coordinate representation of color #F28EEB: hue angle of 304.2º 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 #F28EEB is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 142 | 235 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.05 |
| HSL | 304.2º | 0.79% | 0.75% | - |
| HSV(B) | 304.2º | 0.41% | 0.95% | - |
| XYZ | 61.29 | 44.22 | 83.9 | - |
| YUV | 182.5 | 157.63 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 142 | 235 | 0 | 0.41 | 0.03 | 0.05 | 304.2 | 0.79 | 0.75 |
| Hex | F2 | 8E | EB | 0 | 29 | 3 | 5 | 130 | 4F | 4B |
| Octal | 362 | 216 | 353 | 0 | 51 | 3 | 5 | 460 | 117 | 113 |
| Binary | 11110010 | 10001110 | 11101011 | 0 | 101001 | 11 | 101 | 100110000 | 1001111 | 1001011 |
Color Harmonies of #F28EEB
Complementary color
Monochromatic Colors of #F28EEB
Black with #F28EEB
Text Example
Text Example
White with #F28EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28EEB; }
p { color: rgb(242,142,235); }
H1.HeaderClassName
{
color: #F28EEB;
}
.AnyTagClassName
{
color: #F28EEB;
}
</style>
background-color css
<style>
a { background-color: #F28EEB; }
a { background-color: rgb(242,142,235); }
div.DivClassName
{
background-color: #F28EEB;
}
.BgClassName
{
background-color: #F28EEB;
}
</style>
border-color css
<style>
span { border-color: #F28EEB; }
span { border-color: rgb(242,142,235); }
td.TdClassName
{
border-color: #F28EEB;
}
.TagClassName
{
border-color: #F28EEB;
}
</style>