Shades of Violet #F88DF3
Tints of Violet #F88DF3
RGB
CMYK
RGB Variations
Color information
#F88DF3 (or 0xF88DF3) is known color: Violet. HEX triplet: F8, 8D and F3. RGB value is (248,141,243). Sum of RGB (Red+Green+Blue) = 248+141+243=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 141 (55.47% from 255 or 22.31% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88DF3 is #07720C. Grayscale: #B8B8B8. Windows color (decimal): -487949 or 15961592. OLE color: 15961592.
HSL color Cylindrical-coordinate representation of color #F88DF3: hue angle of 302.8º 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 #F88DF3 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 243 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.03 |
| HSL | 302.8º | 0.88% | 0.76% | - |
| HSV(B) | 302.8º | 0.43% | 0.97% | - |
| XYZ | 64.41 | 45.48 | 90.18 | - |
| YUV | 184.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 243 | 0 | 0.43 | 0.02 | 0.03 | 302.8 | 0.88 | 0.76 |
| Hex | F8 | 8D | F3 | 0 | 2B | 2 | 3 | 12F | 58 | 4C |
| Octal | 370 | 215 | 363 | 0 | 53 | 2 | 3 | 457 | 130 | 114 |
| Binary | 11111000 | 10001101 | 11110011 | 0 | 101011 | 10 | 11 | 100101111 | 1011000 | 1001100 |
Color Harmonies of #F88DF3
Complementary color
Monochromatic Colors of #F88DF3
Black with #F88DF3
Text Example
Text Example
White with #F88DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DF3; }
p { color: rgb(248,141,243); }
H1.HeaderClassName
{
color: #F88DF3;
}
.AnyTagClassName
{
color: #F88DF3;
}
</style>
background-color css
<style>
a { background-color: #F88DF3; }
a { background-color: rgb(248,141,243); }
div.DivClassName
{
background-color: #F88DF3;
}
.BgClassName
{
background-color: #F88DF3;
}
</style>
border-color css
<style>
span { border-color: #F88DF3; }
span { border-color: rgb(248,141,243); }
td.TdClassName
{
border-color: #F88DF3;
}
.TagClassName
{
border-color: #F88DF3;
}
</style>