Shades of Violet #F88EFF
Tints of Violet #F88EFF
RGB
CMYK
RGB Variations
Color information
#F88EFF (or 0xF88EFF) is known color: Violet. HEX triplet: F8, 8E and FF. RGB value is (248,142,255). Sum of RGB (Red+Green+Blue) = 248+142+255=645 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.45% from 645); Green value is 142 (55.86% from 255 or 22.02% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F88EFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88EFF is #077100. Grayscale: #BABABA. Windows color (decimal): -487681 or 16748280. OLE color: 16748280.
HSL color Cylindrical-coordinate representation of color #F88EFF: hue angle of 296.28º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88EFF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 142 | 255 | - |
| CMYK | 0.03 | 0.44 | 0 | 0 |
| HSL | 296.28º | 1% | 0.78% | - |
| HSV(B) | 296.28º | 0.44% | 1% | - |
| XYZ | 66.43 | 46.52 | 100.09 | - |
| YUV | 186.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 255 | 0.03 | 0.44 | 0 | 0 | 296.28 | 1 | 0.78 |
| Hex | F8 | 8E | FF | 3 | 2C | 0 | 0 | 128 | 64 | 4E |
| Octal | 370 | 216 | 377 | 3 | 54 | 0 | 0 | 450 | 144 | 116 |
| Binary | 11111000 | 10001110 | 11111111 | 11 | 101100 | 0 | 0 | 100101000 | 1100100 | 1001110 |
Color Harmonies of #F88EFF
Complementary color
Monochromatic Colors of #F88EFF
Black with #F88EFF
Text Example
Text Example
White with #F88EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88EFF; }
p { color: rgb(248,142,255); }
H1.HeaderClassName
{
color: #F88EFF;
}
.AnyTagClassName
{
color: #F88EFF;
}
</style>
background-color css
<style>
a { background-color: #F88EFF; }
a { background-color: rgb(248,142,255); }
div.DivClassName
{
background-color: #F88EFF;
}
.BgClassName
{
background-color: #F88EFF;
}
</style>
border-color css
<style>
span { border-color: #F88EFF; }
span { border-color: rgb(248,142,255); }
td.TdClassName
{
border-color: #F88EFF;
}
.TagClassName
{
border-color: #F88EFF;
}
</style>