Shades of Violet #F293FD
Tints of Violet #F293FD
RGB
CMYK
RGB Variations
Color information
#F293FD (or 0xF293FD) is known color: Violet. HEX triplet: F2, 93 and FD. RGB value is (242,147,253). Sum of RGB (Red+Green+Blue) = 242+147+253=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 147 (57.81% from 255 or 22.90% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #F293FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F293FD is #0D6C02. Grayscale: #BBBBBB. Windows color (decimal): -879619 or 16618482. OLE color: 16618482.
HSL color Cylindrical-coordinate representation of color #F293FD: hue angle of 293.77º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F293FD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 147 | 253 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.01 |
| HSL | 293.77º | 0.96% | 0.78% | - |
| HSV(B) | 293.77º | 0.42% | 0.99% | - |
| XYZ | 64.78 | 46.84 | 98.55 | - |
| YUV | 187.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 253 | 0.04 | 0.42 | 0 | 0.01 | 293.77 | 0.96 | 0.78 |
| Hex | F2 | 93 | FD | 4 | 2A | 0 | 1 | 126 | 60 | 4E |
| Octal | 362 | 223 | 375 | 4 | 52 | 0 | 1 | 446 | 140 | 116 |
| Binary | 11110010 | 10010011 | 11111101 | 100 | 101010 | 0 | 1 | 100100110 | 1100000 | 1001110 |
Color Harmonies of #F293FD
Complementary color
Monochromatic Colors of #F293FD
Black with #F293FD
Text Example
Text Example
White with #F293FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293FD; }
p { color: rgb(242,147,253); }
H1.HeaderClassName
{
color: #F293FD;
}
.AnyTagClassName
{
color: #F293FD;
}
</style>
background-color css
<style>
a { background-color: #F293FD; }
a { background-color: rgb(242,147,253); }
div.DivClassName
{
background-color: #F293FD;
}
.BgClassName
{
background-color: #F293FD;
}
</style>
border-color css
<style>
span { border-color: #F293FD; }
span { border-color: rgb(242,147,253); }
td.TdClassName
{
border-color: #F293FD;
}
.TagClassName
{
border-color: #F293FD;
}
</style>