Shades of Violet #F09DFB
Tints of Violet #F09DFB
RGB
CMYK
RGB Variations
Color information
#F09DFB (or 0xF09DFB) is known color: Violet. HEX triplet: F0, 9D and FB. RGB value is (240,157,251). Sum of RGB (Red+Green+Blue) = 240+157+251=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #F09DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09DFB is #0F6204. Grayscale: #C0C0C0. Windows color (decimal): -1008133 or 16489968. OLE color: 16489968.
HSL color Cylindrical-coordinate representation of color #F09DFB: hue angle of 292.98º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F09DFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 157 | 251 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 292.98º | 0.92% | 0.8% | - |
| HSV(B) | 292.98º | 0.37% | 0.98% | - |
| XYZ | 65.4 | 49.6 | 97.39 | - |
| YUV | 192.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 157 | 251 | 0.04 | 0.37 | 0 | 0.02 | 292.98 | 0.92 | 0.8 |
| Hex | F0 | 9D | FB | 4 | 25 | 0 | 2 | 125 | 5C | 50 |
| Octal | 360 | 235 | 373 | 4 | 45 | 0 | 2 | 445 | 134 | 120 |
| Binary | 11110000 | 10011101 | 11111011 | 100 | 100101 | 0 | 10 | 100100101 | 1011100 | 1010000 |
Color Harmonies of #F09DFB
Complementary color
Monochromatic Colors of #F09DFB
Black with #F09DFB
Text Example
Text Example
White with #F09DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09DFB; }
p { color: rgb(240,157,251); }
H1.HeaderClassName
{
color: #F09DFB;
}
.AnyTagClassName
{
color: #F09DFB;
}
</style>
background-color css
<style>
a { background-color: #F09DFB; }
a { background-color: rgb(240,157,251); }
div.DivClassName
{
background-color: #F09DFB;
}
.BgClassName
{
background-color: #F09DFB;
}
</style>
border-color css
<style>
span { border-color: #F09DFB; }
span { border-color: rgb(240,157,251); }
td.TdClassName
{
border-color: #F09DFB;
}
.TagClassName
{
border-color: #F09DFB;
}
</style>