Shades of Violet #F293EF
Tints of Violet #F293EF
RGB
CMYK
RGB Variations
Color information
#F293EF (or 0xF293EF) is known color: Violet. HEX triplet: F2, 93 and EF. RGB value is (242,147,239). Sum of RGB (Red+Green+Blue) = 242+147+239=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F293EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293EF is #0D6C10. Grayscale: #B9B9B9. Windows color (decimal): -879633 or 15700978. OLE color: 15700978.
HSL color Cylindrical-coordinate representation of color #F293EF: hue angle of 301.89º 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 #F293EF is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 239 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.05 |
| HSL | 301.89º | 0.79% | 0.76% | - |
| HSV(B) | 301.89º | 0.39% | 0.95% | - |
| XYZ | 62.63 | 45.98 | 87.23 | - |
| YUV | 185.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 239 | 0 | 0.39 | 0.01 | 0.05 | 301.89 | 0.79 | 0.76 |
| Hex | F2 | 93 | EF | 0 | 27 | 1 | 5 | 12E | 4F | 4C |
| Octal | 362 | 223 | 357 | 0 | 47 | 1 | 5 | 456 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11101111 | 0 | 100111 | 1 | 101 | 100101110 | 1001111 | 1001100 |
Color Harmonies of #F293EF
Complementary color
Monochromatic Colors of #F293EF
Black with #F293EF
Text Example
Text Example
White with #F293EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293EF; }
p { color: rgb(242,147,239); }
H1.HeaderClassName
{
color: #F293EF;
}
.AnyTagClassName
{
color: #F293EF;
}
</style>
background-color css
<style>
a { background-color: #F293EF; }
a { background-color: rgb(242,147,239); }
div.DivClassName
{
background-color: #F293EF;
}
.BgClassName
{
background-color: #F293EF;
}
</style>
border-color css
<style>
span { border-color: #F293EF; }
span { border-color: rgb(242,147,239); }
td.TdClassName
{
border-color: #F293EF;
}
.TagClassName
{
border-color: #F293EF;
}
</style>