Shades of Violet #F09AF2
Tints of Violet #F09AF2
RGB
CMYK
RGB Variations
Color information
#F09AF2 (or 0xF09AF2) is known color: Violet. HEX triplet: F0, 9A and F2. RGB value is (240,154,242). Sum of RGB (Red+Green+Blue) = 240+154+242=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 154 (60.55% from 255 or 24.21% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #F09AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AF2 is #0F650D. Grayscale: #BDBDBD. Windows color (decimal): -1008910 or 15899376. OLE color: 15899376.
HSL color Cylindrical-coordinate representation of color #F09AF2: hue angle of 298.64º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AF2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 154 | 242 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.05 |
| HSL | 298.64º | 0.77% | 0.78% | - |
| HSV(B) | 298.64º | 0.36% | 0.95% | - |
| XYZ | 63.52 | 48.05 | 89.93 | - |
| YUV | 189.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 242 | 0.01 | 0.36 | 0 | 0.05 | 298.64 | 0.77 | 0.78 |
| Hex | F0 | 9A | F2 | 1 | 24 | 0 | 5 | 12B | 4D | 4E |
| Octal | 360 | 232 | 362 | 1 | 44 | 0 | 5 | 453 | 115 | 116 |
| Binary | 11110000 | 10011010 | 11110010 | 1 | 100100 | 0 | 101 | 100101011 | 1001101 | 1001110 |
Color Harmonies of #F09AF2
Complementary color
Monochromatic Colors of #F09AF2
Black with #F09AF2
Text Example
Text Example
White with #F09AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AF2; }
p { color: rgb(240,154,242); }
H1.HeaderClassName
{
color: #F09AF2;
}
.AnyTagClassName
{
color: #F09AF2;
}
</style>
background-color css
<style>
a { background-color: #F09AF2; }
a { background-color: rgb(240,154,242); }
div.DivClassName
{
background-color: #F09AF2;
}
.BgClassName
{
background-color: #F09AF2;
}
</style>
border-color css
<style>
span { border-color: #F09AF2; }
span { border-color: rgb(240,154,242); }
td.TdClassName
{
border-color: #F09AF2;
}
.TagClassName
{
border-color: #F09AF2;
}
</style>