Shades of Violet #F293F0
Tints of Violet #F293F0
RGB
CMYK
RGB Variations
Color information
#F293F0 (or 0xF293F0) is known color: Violet. HEX triplet: F2, 93 and F0. RGB value is (242,147,240). Sum of RGB (Red+Green+Blue) = 242+147+240=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 147 (57.81% from 255 or 23.37% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F293F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293F0 is #0D6C0F. Grayscale: #B9B9B9. Windows color (decimal): -879632 or 15766514. OLE color: 15766514.
HSL color Cylindrical-coordinate representation of color #F293F0: hue angle of 301.26º 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 #F293F0 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 240 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.05 |
| HSL | 301.26º | 0.79% | 0.76% | - |
| HSV(B) | 301.26º | 0.39% | 0.95% | - |
| XYZ | 62.78 | 46.04 | 88.02 | - |
| YUV | 186.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 240 | 0 | 0.39 | 0.01 | 0.05 | 301.26 | 0.79 | 0.76 |
| Hex | F2 | 93 | F0 | 0 | 27 | 1 | 5 | 12D | 4F | 4C |
| Octal | 362 | 223 | 360 | 0 | 47 | 1 | 5 | 455 | 117 | 114 |
| Binary | 11110010 | 10010011 | 11110000 | 0 | 100111 | 1 | 101 | 100101101 | 1001111 | 1001100 |
Color Harmonies of #F293F0
Complementary color
Monochromatic Colors of #F293F0
Black with #F293F0
Text Example
Text Example
White with #F293F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293F0; }
p { color: rgb(242,147,240); }
H1.HeaderClassName
{
color: #F293F0;
}
.AnyTagClassName
{
color: #F293F0;
}
</style>
background-color css
<style>
a { background-color: #F293F0; }
a { background-color: rgb(242,147,240); }
div.DivClassName
{
background-color: #F293F0;
}
.BgClassName
{
background-color: #F293F0;
}
</style>
border-color css
<style>
span { border-color: #F293F0; }
span { border-color: rgb(242,147,240); }
td.TdClassName
{
border-color: #F293F0;
}
.TagClassName
{
border-color: #F293F0;
}
</style>