Shades of Violet #F888F8
Tints of Violet #F888F8
RGB
CMYK
RGB Variations
Color information
#F888F8 (or 0xF888F8) is known color: Violet. HEX triplet: F8, 88 and F8. RGB value is (248,136,248). Sum of RGB (Red+Green+Blue) = 248+136+248=632 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.24% from 632); Green value is 136 (53.52% from 255 or 21.52% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F888F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F888F8 is #077707. Grayscale: #B5B5B5. Windows color (decimal): -489224 or 16287992. OLE color: 16287992.
HSL color Cylindrical-coordinate representation of color #F888F8: hue angle of 300º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888F8 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 248 | - |
| CMYK | 0 | 0.45 | 0 | 0.03 |
| HSL | 300º | 0.89% | 0.75% | - |
| HSV(B) | 300º | 0.45% | 0.97% | - |
| XYZ | 64.46 | 44.34 | 93.97 | - |
| YUV | 182.26 | 165.11 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 248 | 0 | 0.45 | 0 | 0.03 | 300 | 0.89 | 0.75 |
| Hex | F8 | 88 | F8 | 0 | 2D | 0 | 3 | 12C | 59 | 4B |
| Octal | 370 | 210 | 370 | 0 | 55 | 0 | 3 | 454 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11111000 | 0 | 101101 | 0 | 11 | 100101100 | 1011001 | 1001011 |
Color Harmonies of #F888F8
Complementary color
Monochromatic Colors of #F888F8
Black with #F888F8
Text Example
Text Example
White with #F888F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888F8; }
p { color: rgb(248,136,248); }
H1.HeaderClassName
{
color: #F888F8;
}
.AnyTagClassName
{
color: #F888F8;
}
</style>
background-color css
<style>
a { background-color: #F888F8; }
a { background-color: rgb(248,136,248); }
div.DivClassName
{
background-color: #F888F8;
}
.BgClassName
{
background-color: #F888F8;
}
</style>
border-color css
<style>
span { border-color: #F888F8; }
span { border-color: rgb(248,136,248); }
td.TdClassName
{
border-color: #F888F8;
}
.TagClassName
{
border-color: #F888F8;
}
</style>