Shades of Violet #F293FE
Tints of Violet #F293FE
RGB
CMYK
RGB Variations
Color information
#F293FE (or 0xF293FE) is known color: Violet. HEX triplet: F2, 93 and FE. RGB value is (242,147,254). Sum of RGB (Red+Green+Blue) = 242+147+254=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 147 (57.81% from 255 or 22.86% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #F293FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293FE is #0D6C01. Grayscale: #BBBBBB. Windows color (decimal): -879618 or 16684018. OLE color: 16684018.
HSL color Cylindrical-coordinate representation of color #F293FE: hue angle of 293.27º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F293FE is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 147 | 254 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.00 |
| HSL | 293.27º | 0.98% | 0.79% | - |
| HSV(B) | 293.27º | 0.42% | 1% | - |
| XYZ | 64.94 | 46.9 | 99.4 | - |
| YUV | 187.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 254 | 0.05 | 0.42 | 0 | 0.00 | 293.27 | 0.98 | 0.79 |
| Hex | F2 | 93 | FE | 5 | 2A | 0 | 0 | 125 | 62 | 4F |
| Octal | 362 | 223 | 376 | 5 | 52 | 0 | 0 | 445 | 142 | 117 |
| Binary | 11110010 | 10010011 | 11111110 | 101 | 101010 | 0 | 0 | 100100101 | 1100010 | 1001111 |
Color Harmonies of #F293FE
Complementary color
Monochromatic Colors of #F293FE
Black with #F293FE
Text Example
Text Example
White with #F293FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293FE; }
p { color: rgb(242,147,254); }
H1.HeaderClassName
{
color: #F293FE;
}
.AnyTagClassName
{
color: #F293FE;
}
</style>
background-color css
<style>
a { background-color: #F293FE; }
a { background-color: rgb(242,147,254); }
div.DivClassName
{
background-color: #F293FE;
}
.BgClassName
{
background-color: #F293FE;
}
</style>
border-color css
<style>
span { border-color: #F293FE; }
span { border-color: rgb(242,147,254); }
td.TdClassName
{
border-color: #F293FE;
}
.TagClassName
{
border-color: #F293FE;
}
</style>