Shades of Violet #F88DFF
Tints of Violet #F88DFF
RGB
CMYK
RGB Variations
Color information
#F88DFF (or 0xF88DFF) is known color: Violet. HEX triplet: F8, 8D and FF. RGB value is (248,141,255). Sum of RGB (Red+Green+Blue) = 248+141+255=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 141 (55.47% from 255 or 21.89% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #F88DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DFF is #077200. Grayscale: #B9B9B9. Windows color (decimal): -487937 or 16748024. OLE color: 16748024.
HSL color Cylindrical-coordinate representation of color #F88DFF: hue angle of 296.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F88DFF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 141 | 255 | - |
| CMYK | 0.03 | 0.45 | 0 | 0 |
| HSL | 296.32º | 1% | 0.78% | - |
| HSV(B) | 296.32º | 0.45% | 1% | - |
| XYZ | 66.29 | 46.23 | 100.04 | - |
| YUV | 185.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 255 | 0.03 | 0.45 | 0 | 0 | 296.32 | 1 | 0.78 |
| Hex | F8 | 8D | FF | 3 | 2D | 0 | 0 | 128 | 64 | 4E |
| Octal | 370 | 215 | 377 | 3 | 55 | 0 | 0 | 450 | 144 | 116 |
| Binary | 11111000 | 10001101 | 11111111 | 11 | 101101 | 0 | 0 | 100101000 | 1100100 | 1001110 |
Color Harmonies of #F88DFF
Complementary color
Monochromatic Colors of #F88DFF
Black with #F88DFF
Text Example
Text Example
White with #F88DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DFF; }
p { color: rgb(248,141,255); }
H1.HeaderClassName
{
color: #F88DFF;
}
.AnyTagClassName
{
color: #F88DFF;
}
</style>
background-color css
<style>
a { background-color: #F88DFF; }
a { background-color: rgb(248,141,255); }
div.DivClassName
{
background-color: #F88DFF;
}
.BgClassName
{
background-color: #F88DFF;
}
</style>
border-color css
<style>
span { border-color: #F88DFF; }
span { border-color: rgb(248,141,255); }
td.TdClassName
{
border-color: #F88DFF;
}
.TagClassName
{
border-color: #F88DFF;
}
</style>