Shades of Violet #F896FF
Tints of Violet #F896FF
RGB
CMYK
RGB Variations
Color information
#F896FF (or 0xF896FF) is known color: Violet. HEX triplet: F8, 96 and FF. RGB value is (248,150,255). Sum of RGB (Red+Green+Blue) = 248+150+255=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 150 (58.98% from 255 or 22.97% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F896FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896FF is #076900. Grayscale: #BEBEBE. Windows color (decimal): -485633 or 16750328. OLE color: 16750328.
HSL color Cylindrical-coordinate representation of color #F896FF: hue angle of 296º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F896FF is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 150 | 255 | - |
| CMYK | 0.03 | 0.41 | 0 | 0 |
| HSL | 296º | 1% | 0.79% | - |
| HSV(B) | 296º | 0.41% | 1% | - |
| XYZ | 67.67 | 48.99 | 100.5 | - |
| YUV | 191.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 255 | 0.03 | 0.41 | 0 | 0 | 296 | 1 | 0.79 |
| Hex | F8 | 96 | FF | 3 | 29 | 0 | 0 | 128 | 64 | 4F |
| Octal | 370 | 226 | 377 | 3 | 51 | 0 | 0 | 450 | 144 | 117 |
| Binary | 11111000 | 10010110 | 11111111 | 11 | 101001 | 0 | 0 | 100101000 | 1100100 | 1001111 |
Color Harmonies of #F896FF
Complementary color
Monochromatic Colors of #F896FF
Black with #F896FF
Text Example
Text Example
White with #F896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896FF; }
p { color: rgb(248,150,255); }
H1.HeaderClassName
{
color: #F896FF;
}
.AnyTagClassName
{
color: #F896FF;
}
</style>
background-color css
<style>
a { background-color: #F896FF; }
a { background-color: rgb(248,150,255); }
div.DivClassName
{
background-color: #F896FF;
}
.BgClassName
{
background-color: #F896FF;
}
</style>
border-color css
<style>
span { border-color: #F896FF; }
span { border-color: rgb(248,150,255); }
td.TdClassName
{
border-color: #F896FF;
}
.TagClassName
{
border-color: #F896FF;
}
</style>