Shades of Violet #F09AFE
Tints of Violet #F09AFE
RGB
CMYK
RGB Variations
Color information
#F09AFE (or 0xF09AFE) is known color: Violet. HEX triplet: F0, 9A and FE. RGB value is (240,154,254). Sum of RGB (Red+Green+Blue) = 240+154+254=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 154 (60.55% from 255 or 23.77% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #F09AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AFE is #0F6501. Grayscale: #BEBEBE. Windows color (decimal): -1008898 or 16685808. OLE color: 16685808.
HSL color Cylindrical-coordinate representation of color #F09AFE: hue angle of 291.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F09AFE is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 154 | 254 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.00 |
| HSL | 291.6º | 0.98% | 0.8% | - |
| HSV(B) | 291.6º | 0.39% | 1% | - |
| XYZ | 65.38 | 48.79 | 99.74 | - |
| YUV | 191.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 254 | 0.06 | 0.39 | 0 | 0.00 | 291.6 | 0.98 | 0.8 |
| Hex | F0 | 9A | FE | 6 | 27 | 0 | 0 | 124 | 62 | 50 |
| Octal | 360 | 232 | 376 | 6 | 47 | 0 | 0 | 444 | 142 | 120 |
| Binary | 11110000 | 10011010 | 11111110 | 110 | 100111 | 0 | 0 | 100100100 | 1100010 | 1010000 |
Color Harmonies of #F09AFE
Complementary color
Monochromatic Colors of #F09AFE
Black with #F09AFE
Text Example
Text Example
White with #F09AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AFE; }
p { color: rgb(240,154,254); }
H1.HeaderClassName
{
color: #F09AFE;
}
.AnyTagClassName
{
color: #F09AFE;
}
</style>
background-color css
<style>
a { background-color: #F09AFE; }
a { background-color: rgb(240,154,254); }
div.DivClassName
{
background-color: #F09AFE;
}
.BgClassName
{
background-color: #F09AFE;
}
</style>
border-color css
<style>
span { border-color: #F09AFE; }
span { border-color: rgb(240,154,254); }
td.TdClassName
{
border-color: #F09AFE;
}
.TagClassName
{
border-color: #F09AFE;
}
</style>