Shades of Violet #F88DF0
Tints of Violet #F88DF0
RGB
CMYK
RGB Variations
Color information
#F88DF0 (or 0xF88DF0) is known color: Violet. HEX triplet: F8, 8D and F0. RGB value is (248,141,240). Sum of RGB (Red+Green+Blue) = 248+141+240=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 141 (55.47% from 255 or 22.42% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DF0 is #07720F. Grayscale: #B7B7B7. Windows color (decimal): -487952 or 15764984. OLE color: 15764984.
HSL color Cylindrical-coordinate representation of color #F88DF0: hue angle of 304.49º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DF0 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 240 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.03 |
| HSL | 304.49º | 0.88% | 0.76% | - |
| HSV(B) | 304.49º | 0.43% | 0.97% | - |
| XYZ | 63.96 | 45.3 | 87.81 | - |
| YUV | 184.28 | 159.45 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 240 | 0 | 0.43 | 0.03 | 0.03 | 304.49 | 0.88 | 0.76 |
| Hex | F8 | 8D | F0 | 0 | 2B | 3 | 3 | 130 | 58 | 4C |
| Octal | 370 | 215 | 360 | 0 | 53 | 3 | 3 | 460 | 130 | 114 |
| Binary | 11111000 | 10001101 | 11110000 | 0 | 101011 | 11 | 11 | 100110000 | 1011000 | 1001100 |
Color Harmonies of #F88DF0
Complementary color
Monochromatic Colors of #F88DF0
Black with #F88DF0
Text Example
Text Example
White with #F88DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DF0; }
p { color: rgb(248,141,240); }
H1.HeaderClassName
{
color: #F88DF0;
}
.AnyTagClassName
{
color: #F88DF0;
}
</style>
background-color css
<style>
a { background-color: #F88DF0; }
a { background-color: rgb(248,141,240); }
div.DivClassName
{
background-color: #F88DF0;
}
.BgClassName
{
background-color: #F88DF0;
}
</style>
border-color css
<style>
span { border-color: #F88DF0; }
span { border-color: rgb(248,141,240); }
td.TdClassName
{
border-color: #F88DF0;
}
.TagClassName
{
border-color: #F88DF0;
}
</style>