Shades of Violet #F093FE
Tints of Violet #F093FE
RGB
CMYK
RGB Variations
Color information
#F093FE (or 0xF093FE) is known color: Violet. HEX triplet: F0, 93 and FE. RGB value is (240,147,254). Sum of RGB (Red+Green+Blue) = 240+147+254=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #F093FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F093FE is #0F6C01. Grayscale: #BABABA. Windows color (decimal): -1010690 or 16684016. OLE color: 16684016.
HSL color Cylindrical-coordinate representation of color #F093FE: hue angle of 292.15º 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 #F093FE is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 147 | 254 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.00 |
| HSL | 292.15º | 0.98% | 0.79% | - |
| HSV(B) | 292.15º | 0.42% | 1% | - |
| XYZ | 64.26 | 46.55 | 99.36 | - |
| YUV | 187.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 254 | 0.06 | 0.42 | 0 | 0.00 | 292.15 | 0.98 | 0.79 |
| Hex | F0 | 93 | FE | 6 | 2A | 0 | 0 | 124 | 62 | 4F |
| Octal | 360 | 223 | 376 | 6 | 52 | 0 | 0 | 444 | 142 | 117 |
| Binary | 11110000 | 10010011 | 11111110 | 110 | 101010 | 0 | 0 | 100100100 | 1100010 | 1001111 |
Color Harmonies of #F093FE
Complementary color
Monochromatic Colors of #F093FE
Black with #F093FE
Text Example
Text Example
White with #F093FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093FE; }
p { color: rgb(240,147,254); }
H1.HeaderClassName
{
color: #F093FE;
}
.AnyTagClassName
{
color: #F093FE;
}
</style>
background-color css
<style>
a { background-color: #F093FE; }
a { background-color: rgb(240,147,254); }
div.DivClassName
{
background-color: #F093FE;
}
.BgClassName
{
background-color: #F093FE;
}
</style>
border-color css
<style>
span { border-color: #F093FE; }
span { border-color: rgb(240,147,254); }
td.TdClassName
{
border-color: #F093FE;
}
.TagClassName
{
border-color: #F093FE;
}
</style>