Shades of Violet #F88FFF
Tints of Violet #F88FFF
RGB
CMYK
RGB Variations
Color information
#F88FFF (or 0xF88FFF) is known color: Violet. HEX triplet: F8, 8F and FF. RGB value is (248,143,255). Sum of RGB (Red+Green+Blue) = 248+143+255=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 143 (56.25% from 255 or 22.14% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #F88FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88FFF is #077000. Grayscale: #BABABA. Windows color (decimal): -487425 or 16748536. OLE color: 16748536.
HSL color Cylindrical-coordinate representation of color #F88FFF: hue angle of 296.25º 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 #F88FFF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 143 | 255 | - |
| CMYK | 0.03 | 0.44 | 0 | 0 |
| HSL | 296.25º | 1% | 0.78% | - |
| HSV(B) | 296.25º | 0.44% | 1% | - |
| XYZ | 66.58 | 46.82 | 100.14 | - |
| YUV | 187.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 255 | 0.03 | 0.44 | 0 | 0 | 296.25 | 1 | 0.78 |
| Hex | F8 | 8F | FF | 3 | 2C | 0 | 0 | 128 | 64 | 4E |
| Octal | 370 | 217 | 377 | 3 | 54 | 0 | 0 | 450 | 144 | 116 |
| Binary | 11111000 | 10001111 | 11111111 | 11 | 101100 | 0 | 0 | 100101000 | 1100100 | 1001110 |
Color Harmonies of #F88FFF
Complementary color
Monochromatic Colors of #F88FFF
Black with #F88FFF
Text Example
Text Example
White with #F88FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FFF; }
p { color: rgb(248,143,255); }
H1.HeaderClassName
{
color: #F88FFF;
}
.AnyTagClassName
{
color: #F88FFF;
}
</style>
background-color css
<style>
a { background-color: #F88FFF; }
a { background-color: rgb(248,143,255); }
div.DivClassName
{
background-color: #F88FFF;
}
.BgClassName
{
background-color: #F88FFF;
}
</style>
border-color css
<style>
span { border-color: #F88FFF; }
span { border-color: rgb(248,143,255); }
td.TdClassName
{
border-color: #F88FFF;
}
.TagClassName
{
border-color: #F88FFF;
}
</style>