Shades of Violet #F094FF
Tints of Violet #F094FF
RGB
CMYK
RGB Variations
Color information
#F094FF (or 0xF094FF) is known color: Violet. HEX triplet: F0, 94 and FF. RGB value is (240,148,255). Sum of RGB (Red+Green+Blue) = 240+148+255=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #F094FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094FF is #0F6B00. Grayscale: #BBBBBB. Windows color (decimal): -1010433 or 16749808. OLE color: 16749808.
HSL color Cylindrical-coordinate representation of color #F094FF: hue angle of 291.59º 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 #F094FF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 148 | 255 | - |
| CMYK | 0.06 | 0.42 | 0 | 0 |
| HSL | 291.59º | 1% | 0.79% | - |
| HSV(B) | 291.59º | 0.42% | 1% | - |
| XYZ | 64.58 | 46.93 | 100.26 | - |
| YUV | 187.71 | 165.98 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 255 | 0.06 | 0.42 | 0 | 0 | 291.59 | 1 | 0.79 |
| Hex | F0 | 94 | FF | 6 | 2A | 0 | 0 | 124 | 64 | 4F |
| Octal | 360 | 224 | 377 | 6 | 52 | 0 | 0 | 444 | 144 | 117 |
| Binary | 11110000 | 10010100 | 11111111 | 110 | 101010 | 0 | 0 | 100100100 | 1100100 | 1001111 |
Color Harmonies of #F094FF
Complementary color
Monochromatic Colors of #F094FF
Black with #F094FF
Text Example
Text Example
White with #F094FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094FF; }
p { color: rgb(240,148,255); }
H1.HeaderClassName
{
color: #F094FF;
}
.AnyTagClassName
{
color: #F094FF;
}
</style>
background-color css
<style>
a { background-color: #F094FF; }
a { background-color: rgb(240,148,255); }
div.DivClassName
{
background-color: #F094FF;
}
.BgClassName
{
background-color: #F094FF;
}
</style>
border-color css
<style>
span { border-color: #F094FF; }
span { border-color: rgb(240,148,255); }
td.TdClassName
{
border-color: #F094FF;
}
.TagClassName
{
border-color: #F094FF;
}
</style>