Shades of Violet #F293F8
Tints of Violet #F293F8
RGB
CMYK
RGB Variations
Color information
#F293F8 (or 0xF293F8) is known color: Violet. HEX triplet: F2, 93 and F8. RGB value is (242,147,248). Sum of RGB (Red+Green+Blue) = 242+147+248=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 147 (57.81% from 255 or 23.08% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #F293F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293F8 is #0D6C07. Grayscale: #BABABA. Windows color (decimal): -879624 or 16290802. OLE color: 16290802.
HSL color Cylindrical-coordinate representation of color #F293F8: hue angle of 296.44º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F293F8 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 147 | 248 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.03 |
| HSL | 296.44º | 0.88% | 0.77% | - |
| HSV(B) | 296.44º | 0.41% | 0.97% | - |
| XYZ | 63.99 | 46.52 | 94.41 | - |
| YUV | 186.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 248 | 0.02 | 0.41 | 0 | 0.03 | 296.44 | 0.88 | 0.77 |
| Hex | F2 | 93 | F8 | 2 | 29 | 0 | 3 | 128 | 58 | 4D |
| Octal | 362 | 223 | 370 | 2 | 51 | 0 | 3 | 450 | 130 | 115 |
| Binary | 11110010 | 10010011 | 11111000 | 10 | 101001 | 0 | 11 | 100101000 | 1011000 | 1001101 |
Color Harmonies of #F293F8
Complementary color
Monochromatic Colors of #F293F8
Black with #F293F8
Text Example
Text Example
White with #F293F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293F8; }
p { color: rgb(242,147,248); }
H1.HeaderClassName
{
color: #F293F8;
}
.AnyTagClassName
{
color: #F293F8;
}
</style>
background-color css
<style>
a { background-color: #F293F8; }
a { background-color: rgb(242,147,248); }
div.DivClassName
{
background-color: #F293F8;
}
.BgClassName
{
background-color: #F293F8;
}
</style>
border-color css
<style>
span { border-color: #F293F8; }
span { border-color: rgb(242,147,248); }
td.TdClassName
{
border-color: #F293F8;
}
.TagClassName
{
border-color: #F293F8;
}
</style>