Shades of Violet #F09AF1
Tints of Violet #F09AF1
RGB
CMYK
RGB Variations
Color information
#F09AF1 (or 0xF09AF1) is known color: Violet. HEX triplet: F0, 9A and F1. RGB value is (240,154,241). Sum of RGB (Red+Green+Blue) = 240+154+241=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AF1 is #0F650E. Grayscale: #BDBDBD. Windows color (decimal): -1008911 or 15833840. OLE color: 15833840.
HSL color Cylindrical-coordinate representation of color #F09AF1: hue angle of 299.31º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AF1 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 154 | 241 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.05 |
| HSL | 299.31º | 0.76% | 0.77% | - |
| HSV(B) | 299.31º | 0.36% | 0.95% | - |
| XYZ | 63.37 | 47.99 | 89.14 | - |
| YUV | 189.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 241 | 0.00 | 0.36 | 0 | 0.05 | 299.31 | 0.76 | 0.77 |
| Hex | F0 | 9A | F1 | 0 | 24 | 0 | 5 | 12B | 4C | 4D |
| Octal | 360 | 232 | 361 | 0 | 44 | 0 | 5 | 453 | 114 | 115 |
| Binary | 11110000 | 10011010 | 11110001 | 0 | 100100 | 0 | 101 | 100101011 | 1001100 | 1001101 |
Color Harmonies of #F09AF1
Complementary color
Monochromatic Colors of #F09AF1
Black with #F09AF1
Text Example
Text Example
White with #F09AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AF1; }
p { color: rgb(240,154,241); }
H1.HeaderClassName
{
color: #F09AF1;
}
.AnyTagClassName
{
color: #F09AF1;
}
</style>
background-color css
<style>
a { background-color: #F09AF1; }
a { background-color: rgb(240,154,241); }
div.DivClassName
{
background-color: #F09AF1;
}
.BgClassName
{
background-color: #F09AF1;
}
</style>
border-color css
<style>
span { border-color: #F09AF1; }
span { border-color: rgb(240,154,241); }
td.TdClassName
{
border-color: #F09AF1;
}
.TagClassName
{
border-color: #F09AF1;
}
</style>