Shades of Violet #F26EEB
Tints of Violet #F26EEB
RGB
CMYK
RGB Variations
Color information
#F26EEB (or 0xF26EEB) is known color: Violet. HEX triplet: F2, 6E and EB. RGB value is (242,110,235). Sum of RGB (Red+Green+Blue) = 242+110+235=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 110 (43.36% from 255 or 18.74% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F26EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F26EEB is #0D9114. Grayscale: #A3A3A3. Windows color (decimal): -889109 or 15429362. OLE color: 15429362.
HSL color Cylindrical-coordinate representation of color #F26EEB: hue angle of 303.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26EEB is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 235 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.05 |
| HSL | 303.18º | 0.84% | 0.69% | - |
| HSV(B) | 303.18º | 0.55% | 0.95% | - |
| XYZ | 57.19 | 36.03 | 82.54 | - |
| YUV | 163.72 | 168.23 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 235 | 0 | 0.55 | 0.03 | 0.05 | 303.18 | 0.84 | 0.69 |
| Hex | F2 | 6E | EB | 0 | 37 | 3 | 5 | 12F | 54 | 45 |
| Octal | 362 | 156 | 353 | 0 | 67 | 3 | 5 | 457 | 124 | 105 |
| Binary | 11110010 | 1101110 | 11101011 | 0 | 110111 | 11 | 101 | 100101111 | 1010100 | 1000101 |
Color Harmonies of #F26EEB
Complementary color
Monochromatic Colors of #F26EEB
Black with #F26EEB
Text Example
Text Example
White with #F26EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26EEB; }
p { color: rgb(242,110,235); }
H1.HeaderClassName
{
color: #F26EEB;
}
.AnyTagClassName
{
color: #F26EEB;
}
</style>
background-color css
<style>
a { background-color: #F26EEB; }
a { background-color: rgb(242,110,235); }
div.DivClassName
{
background-color: #F26EEB;
}
.BgClassName
{
background-color: #F26EEB;
}
</style>
border-color css
<style>
span { border-color: #F26EEB; }
span { border-color: rgb(242,110,235); }
td.TdClassName
{
border-color: #F26EEB;
}
.TagClassName
{
border-color: #F26EEB;
}
</style>