Shades of Violet #F08DFB
Tints of Violet #F08DFB
RGB
CMYK
RGB Variations
Color information
#F08DFB (or 0xF08DFB) is known color: Violet. HEX triplet: F0, 8D and FB. RGB value is (240,141,251). Sum of RGB (Red+Green+Blue) = 240+141+251=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 141 (55.47% from 255 or 22.31% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #F08DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DFB is #0F7204. Grayscale: #B6B6B6. Windows color (decimal): -1012229 or 16485872. OLE color: 16485872.
HSL color Cylindrical-coordinate representation of color #F08DFB: hue angle of 294º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08DFB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 141 | 251 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.02 |
| HSL | 294º | 0.93% | 0.77% | - |
| HSV(B) | 294º | 0.44% | 0.98% | - |
| XYZ | 62.87 | 44.54 | 96.55 | - |
| YUV | 183.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 251 | 0.04 | 0.44 | 0 | 0.02 | 294 | 0.93 | 0.77 |
| Hex | F0 | 8D | FB | 4 | 2C | 0 | 2 | 126 | 5D | 4D |
| Octal | 360 | 215 | 373 | 4 | 54 | 0 | 2 | 446 | 135 | 115 |
| Binary | 11110000 | 10001101 | 11111011 | 100 | 101100 | 0 | 10 | 100100110 | 1011101 | 1001101 |
Color Harmonies of #F08DFB
Complementary color
Monochromatic Colors of #F08DFB
Black with #F08DFB
Text Example
Text Example
White with #F08DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DFB; }
p { color: rgb(240,141,251); }
H1.HeaderClassName
{
color: #F08DFB;
}
.AnyTagClassName
{
color: #F08DFB;
}
</style>
background-color css
<style>
a { background-color: #F08DFB; }
a { background-color: rgb(240,141,251); }
div.DivClassName
{
background-color: #F08DFB;
}
.BgClassName
{
background-color: #F08DFB;
}
</style>
border-color css
<style>
span { border-color: #F08DFB; }
span { border-color: rgb(240,141,251); }
td.TdClassName
{
border-color: #F08DFB;
}
.TagClassName
{
border-color: #F08DFB;
}
</style>