Shades of Violet #F593FE
Tints of Violet #F593FE
RGB
CMYK
RGB Variations
Color information
#F593FE (or 0xF593FE) is known color: Violet. HEX triplet: F5, 93 and FE. RGB value is (245,147,254). Sum of RGB (Red+Green+Blue) = 245+147+254=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 147 (57.81% from 255 or 22.76% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #F593FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F593FE is #0A6C01. Grayscale: #BCBCBC. Windows color (decimal): -683010 or 16684021. OLE color: 16684021.
HSL color Cylindrical-coordinate representation of color #F593FE: hue angle of 294.95º 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 #F593FE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 147 | 254 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.00 |
| HSL | 294.95º | 0.98% | 0.79% | - |
| HSV(B) | 294.95º | 0.42% | 1% | - |
| XYZ | 65.98 | 47.44 | 99.44 | - |
| YUV | 188.5 | 164.97 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 254 | 0.04 | 0.42 | 0 | 0.00 | 294.95 | 0.98 | 0.79 |
| Hex | F5 | 93 | FE | 4 | 2A | 0 | 0 | 127 | 62 | 4F |
| Octal | 365 | 223 | 376 | 4 | 52 | 0 | 0 | 447 | 142 | 117 |
| Binary | 11110101 | 10010011 | 11111110 | 100 | 101010 | 0 | 0 | 100100111 | 1100010 | 1001111 |
Color Harmonies of #F593FE
Complementary color
Monochromatic Colors of #F593FE
Black with #F593FE
Text Example
Text Example
White with #F593FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593FE; }
p { color: rgb(245,147,254); }
H1.HeaderClassName
{
color: #F593FE;
}
.AnyTagClassName
{
color: #F593FE;
}
</style>
background-color css
<style>
a { background-color: #F593FE; }
a { background-color: rgb(245,147,254); }
div.DivClassName
{
background-color: #F593FE;
}
.BgClassName
{
background-color: #F593FE;
}
</style>
border-color css
<style>
span { border-color: #F593FE; }
span { border-color: rgb(245,147,254); }
td.TdClassName
{
border-color: #F593FE;
}
.TagClassName
{
border-color: #F593FE;
}
</style>