Shades of Violet #F08DFE
Tints of Violet #F08DFE
RGB
CMYK
RGB Variations
Color information
#F08DFE (or 0xF08DFE) is known color: Violet. HEX triplet: F0, 8D and FE. RGB value is (240,141,254). Sum of RGB (Red+Green+Blue) = 240+141+254=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 141 (55.47% from 255 or 22.20% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #F08DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DFE is #0F7201. Grayscale: #B7B7B7. Windows color (decimal): -1012226 or 16682480. OLE color: 16682480.
HSL color Cylindrical-coordinate representation of color #F08DFE: hue angle of 292.57º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08DFE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 141 | 254 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.00 |
| HSL | 292.57º | 0.98% | 0.77% | - |
| HSV(B) | 292.57º | 0.44% | 1% | - |
| XYZ | 63.35 | 44.73 | 99.06 | - |
| YUV | 183.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 254 | 0.06 | 0.44 | 0 | 0.00 | 292.57 | 0.98 | 0.77 |
| Hex | F0 | 8D | FE | 6 | 2C | 0 | 0 | 125 | 62 | 4D |
| Octal | 360 | 215 | 376 | 6 | 54 | 0 | 0 | 445 | 142 | 115 |
| Binary | 11110000 | 10001101 | 11111110 | 110 | 101100 | 0 | 0 | 100100101 | 1100010 | 1001101 |
Color Harmonies of #F08DFE
Complementary color
Monochromatic Colors of #F08DFE
Black with #F08DFE
Text Example
Text Example
White with #F08DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DFE; }
p { color: rgb(240,141,254); }
H1.HeaderClassName
{
color: #F08DFE;
}
.AnyTagClassName
{
color: #F08DFE;
}
</style>
background-color css
<style>
a { background-color: #F08DFE; }
a { background-color: rgb(240,141,254); }
div.DivClassName
{
background-color: #F08DFE;
}
.BgClassName
{
background-color: #F08DFE;
}
</style>
border-color css
<style>
span { border-color: #F08DFE; }
span { border-color: rgb(240,141,254); }
td.TdClassName
{
border-color: #F08DFE;
}
.TagClassName
{
border-color: #F08DFE;
}
</style>