Shades of Violet #F88DF1
Tints of Violet #F88DF1
RGB
CMYK
RGB Variations
Color information
#F88DF1 (or 0xF88DF1) is known color: Violet. HEX triplet: F8, 8D and F1. RGB value is (248,141,241). Sum of RGB (Red+Green+Blue) = 248+141+241=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 141 (55.47% from 255 or 22.38% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DF1 is #07720E. Grayscale: #B8B8B8. Windows color (decimal): -487951 or 15830520. OLE color: 15830520.
HSL color Cylindrical-coordinate representation of color #F88DF1: hue angle of 303.93º 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 #F88DF1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 241 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.03 |
| HSL | 303.93º | 0.88% | 0.76% | - |
| HSV(B) | 303.93º | 0.43% | 0.97% | - |
| XYZ | 64.11 | 45.36 | 88.59 | - |
| YUV | 184.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 241 | 0 | 0.43 | 0.03 | 0.03 | 303.93 | 0.88 | 0.76 |
| Hex | F8 | 8D | F1 | 0 | 2B | 3 | 3 | 130 | 58 | 4C |
| Octal | 370 | 215 | 361 | 0 | 53 | 3 | 3 | 460 | 130 | 114 |
| Binary | 11111000 | 10001101 | 11110001 | 0 | 101011 | 11 | 11 | 100110000 | 1011000 | 1001100 |
Color Harmonies of #F88DF1
Complementary color
Monochromatic Colors of #F88DF1
Black with #F88DF1
Text Example
Text Example
White with #F88DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DF1; }
p { color: rgb(248,141,241); }
H1.HeaderClassName
{
color: #F88DF1;
}
.AnyTagClassName
{
color: #F88DF1;
}
</style>
background-color css
<style>
a { background-color: #F88DF1; }
a { background-color: rgb(248,141,241); }
div.DivClassName
{
background-color: #F88DF1;
}
.BgClassName
{
background-color: #F88DF1;
}
</style>
border-color css
<style>
span { border-color: #F88DF1; }
span { border-color: rgb(248,141,241); }
td.TdClassName
{
border-color: #F88DF1;
}
.TagClassName
{
border-color: #F88DF1;
}
</style>