Shades of Violet #F08DFC
Tints of Violet #F08DFC
RGB
CMYK
RGB Variations
Color information
#F08DFC (or 0xF08DFC) is known color: Violet. HEX triplet: F0, 8D and FC. RGB value is (240,141,252). Sum of RGB (Red+Green+Blue) = 240+141+252=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 141 (55.47% from 255 or 22.27% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #F08DFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F08DFC is #0F7203. Grayscale: #B6B6B6. Windows color (decimal): -1012228 or 16551408. OLE color: 16551408.
HSL color Cylindrical-coordinate representation of color #F08DFC: hue angle of 293.51º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F08DFC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 141 | 252 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.01 |
| HSL | 293.51º | 0.95% | 0.77% | - |
| HSV(B) | 293.51º | 0.44% | 0.99% | - |
| XYZ | 63.03 | 44.6 | 97.38 | - |
| YUV | 183.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 252 | 0.05 | 0.44 | 0 | 0.01 | 293.51 | 0.95 | 0.77 |
| Hex | F0 | 8D | FC | 5 | 2C | 0 | 1 | 126 | 5F | 4D |
| Octal | 360 | 215 | 374 | 5 | 54 | 0 | 1 | 446 | 137 | 115 |
| Binary | 11110000 | 10001101 | 11111100 | 101 | 101100 | 0 | 1 | 100100110 | 1011111 | 1001101 |
Color Harmonies of #F08DFC
Complementary color
Monochromatic Colors of #F08DFC
Black with #F08DFC
Text Example
Text Example
White with #F08DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DFC; }
p { color: rgb(240,141,252); }
H1.HeaderClassName
{
color: #F08DFC;
}
.AnyTagClassName
{
color: #F08DFC;
}
</style>
background-color css
<style>
a { background-color: #F08DFC; }
a { background-color: rgb(240,141,252); }
div.DivClassName
{
background-color: #F08DFC;
}
.BgClassName
{
background-color: #F08DFC;
}
</style>
border-color css
<style>
span { border-color: #F08DFC; }
span { border-color: rgb(240,141,252); }
td.TdClassName
{
border-color: #F08DFC;
}
.TagClassName
{
border-color: #F08DFC;
}
</style>