Shades of Violet #F09DF1
Tints of Violet #F09DF1
RGB
CMYK
RGB Variations
Color information
#F09DF1 (or 0xF09DF1) is known color: Violet. HEX triplet: F0, 9D and F1. RGB value is (240,157,241). Sum of RGB (Red+Green+Blue) = 240+157+241=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 157 (61.72% from 255 or 24.61% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DF1 is #0F620E. Grayscale: #BFBFBF. Windows color (decimal): -1008143 or 15834608. OLE color: 15834608.
HSL color Cylindrical-coordinate representation of color #F09DF1: hue angle of 299.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09DF1 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 157 | 241 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.05 |
| HSL | 299.29º | 0.75% | 0.78% | - |
| HSV(B) | 299.29º | 0.35% | 0.95% | - |
| XYZ | 63.87 | 48.99 | 89.31 | - |
| YUV | 191.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 241 | 0.00 | 0.35 | 0 | 0.05 | 299.29 | 0.75 | 0.78 |
| Hex | F0 | 9D | F1 | 0 | 23 | 0 | 5 | 12B | 4B | 4E |
| Octal | 360 | 235 | 361 | 0 | 43 | 0 | 5 | 453 | 113 | 116 |
| Binary | 11110000 | 10011101 | 11110001 | 0 | 100011 | 0 | 101 | 100101011 | 1001011 | 1001110 |
Color Harmonies of #F09DF1
Complementary color
Monochromatic Colors of #F09DF1
Black with #F09DF1
Text Example
Text Example
White with #F09DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DF1; }
p { color: rgb(240,157,241); }
H1.HeaderClassName
{
color: #F09DF1;
}
.AnyTagClassName
{
color: #F09DF1;
}
</style>
background-color css
<style>
a { background-color: #F09DF1; }
a { background-color: rgb(240,157,241); }
div.DivClassName
{
background-color: #F09DF1;
}
.BgClassName
{
background-color: #F09DF1;
}
</style>
border-color css
<style>
span { border-color: #F09DF1; }
span { border-color: rgb(240,157,241); }
td.TdClassName
{
border-color: #F09DF1;
}
.TagClassName
{
border-color: #F09DF1;
}
</style>