Shades of Violet #F293FF
Tints of Violet #F293FF
RGB
CMYK
RGB Variations
Color information
#F293FF (or 0xF293FF) is known color: Violet. HEX triplet: F2, 93 and FF. RGB value is (242,147,255). Sum of RGB (Red+Green+Blue) = 242+147+255=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 147 (57.81% from 255 or 22.83% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #F293FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293FF is #0D6C00. Grayscale: #BBBBBB. Windows color (decimal): -879617 or 16749554. OLE color: 16749554.
HSL color Cylindrical-coordinate representation of color #F293FF: hue angle of 292.78º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F293FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 147 | 255 | - |
| CMYK | 0.05 | 0.42 | 0 | 0 |
| HSL | 292.78º | 1% | 0.79% | - |
| HSV(B) | 292.78º | 0.42% | 1% | - |
| XYZ | 65.1 | 46.96 | 100.24 | - |
| YUV | 187.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 255 | 0.05 | 0.42 | 0 | 0 | 292.78 | 1 | 0.79 |
| Hex | F2 | 93 | FF | 5 | 2A | 0 | 0 | 125 | 64 | 4F |
| Octal | 362 | 223 | 377 | 5 | 52 | 0 | 0 | 445 | 144 | 117 |
| Binary | 11110010 | 10010011 | 11111111 | 101 | 101010 | 0 | 0 | 100100101 | 1100100 | 1001111 |
Color Harmonies of #F293FF
Complementary color
Monochromatic Colors of #F293FF
Black with #F293FF
Text Example
Text Example
White with #F293FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293FF; }
p { color: rgb(242,147,255); }
H1.HeaderClassName
{
color: #F293FF;
}
.AnyTagClassName
{
color: #F293FF;
}
</style>
background-color css
<style>
a { background-color: #F293FF; }
a { background-color: rgb(242,147,255); }
div.DivClassName
{
background-color: #F293FF;
}
.BgClassName
{
background-color: #F293FF;
}
</style>
border-color css
<style>
span { border-color: #F293FF; }
span { border-color: rgb(242,147,255); }
td.TdClassName
{
border-color: #F293FF;
}
.TagClassName
{
border-color: #F293FF;
}
</style>