Shades of Violet #F293EE
Tints of Violet #F293EE
RGB
CMYK
RGB Variations
Color information
#F293EE (or 0xF293EE) is known color: Violet. HEX triplet: F2, 93 and EE. RGB value is (242,147,238). Sum of RGB (Red+Green+Blue) = 242+147+238=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EE is #0D6C11. Grayscale: #B9B9B9. Windows color (decimal): -879634 or 15635442. OLE color: 15635442.
HSL color Cylindrical-coordinate representation of color #F293EE: hue angle of 302.53º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293EE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 238 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 302.53º | 0.79% | 0.76% | - |
| HSV(B) | 302.53º | 0.39% | 0.95% | - |
| XYZ | 62.48 | 45.92 | 86.46 | - |
| YUV | 185.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 238 | 0 | 0.39 | 0.02 | 0.05 | 302.53 | 0.79 | 0.76 |
| Hex | F2 | 93 | EE | 0 | 27 | 2 | 5 | 12F | 4F | 4C |
| Octal | 362 | 223 | 356 | 0 | 47 | 2 | 5 | 457 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11101110 | 0 | 100111 | 10 | 101 | 100101111 | 1001111 | 1001100 |
Color Harmonies of #F293EE
Complementary color
Monochromatic Colors of #F293EE
Black with #F293EE
Text Example
Text Example
White with #F293EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293EE; }
p { color: rgb(242,147,238); }
H1.HeaderClassName
{
color: #F293EE;
}
.AnyTagClassName
{
color: #F293EE;
}
</style>
background-color css
<style>
a { background-color: #F293EE; }
a { background-color: rgb(242,147,238); }
div.DivClassName
{
background-color: #F293EE;
}
.BgClassName
{
background-color: #F293EE;
}
</style>
border-color css
<style>
span { border-color: #F293EE; }
span { border-color: rgb(242,147,238); }
td.TdClassName
{
border-color: #F293EE;
}
.TagClassName
{
border-color: #F293EE;
}
</style>