Shades of Violet #F094FA
Tints of Violet #F094FA
RGB
CMYK
RGB Variations
Color information
#F094FA (or 0xF094FA) is known color: Violet. HEX triplet: F0, 94 and FA. RGB value is (240,148,250). Sum of RGB (Red+Green+Blue) = 240+148+250=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 148 (58.20% from 255 or 23.20% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #F094FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094FA is #0F6B05. Grayscale: #BABABA. Windows color (decimal): -1010438 or 16422128. OLE color: 16422128.
HSL color Cylindrical-coordinate representation of color #F094FA: hue angle of 294.12º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F094FA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 148 | 250 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.02 |
| HSL | 294.12º | 0.91% | 0.78% | - |
| HSV(B) | 294.12º | 0.41% | 0.98% | - |
| XYZ | 63.78 | 46.61 | 96.08 | - |
| YUV | 187.14 | 163.48 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 148 | 250 | 0.04 | 0.41 | 0 | 0.02 | 294.12 | 0.91 | 0.78 |
| Hex | F0 | 94 | FA | 4 | 29 | 0 | 2 | 126 | 5B | 4E |
| Octal | 360 | 224 | 372 | 4 | 51 | 0 | 2 | 446 | 133 | 116 |
| Binary | 11110000 | 10010100 | 11111010 | 100 | 101001 | 0 | 10 | 100100110 | 1011011 | 1001110 |
Color Harmonies of #F094FA
Complementary color
Monochromatic Colors of #F094FA
Black with #F094FA
Text Example
Text Example
White with #F094FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F094FA; }
p { color: rgb(240,148,250); }
H1.HeaderClassName
{
color: #F094FA;
}
.AnyTagClassName
{
color: #F094FA;
}
</style>
background-color css
<style>
a { background-color: #F094FA; }
a { background-color: rgb(240,148,250); }
div.DivClassName
{
background-color: #F094FA;
}
.BgClassName
{
background-color: #F094FA;
}
</style>
border-color css
<style>
span { border-color: #F094FA; }
span { border-color: rgb(240,148,250); }
td.TdClassName
{
border-color: #F094FA;
}
.TagClassName
{
border-color: #F094FA;
}
</style>