Shades of Violet #F896F5
Tints of Violet #F896F5
RGB
CMYK
RGB Variations
Color information
#F896F5 (or 0xF896F5) is known color: Violet. HEX triplet: F8, 96 and F5. RGB value is (248,150,245). Sum of RGB (Red+Green+Blue) = 248+150+245=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F896F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896F5 is #07690A. Grayscale: #BDBDBD. Windows color (decimal): -485643 or 16094968. OLE color: 16094968.
HSL color Cylindrical-coordinate representation of color #F896F5: hue angle of 301.84º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896F5 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 245 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.03 |
| HSL | 301.84º | 0.88% | 0.78% | - |
| HSV(B) | 301.84º | 0.4% | 0.97% | - |
| XYZ | 66.1 | 48.36 | 92.24 | - |
| YUV | 190.13 | 158.97 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 245 | 0 | 0.40 | 0.01 | 0.03 | 301.84 | 0.88 | 0.78 |
| Hex | F8 | 96 | F5 | 0 | 28 | 1 | 3 | 12E | 58 | 4E |
| Octal | 370 | 226 | 365 | 0 | 50 | 1 | 3 | 456 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11110101 | 0 | 101000 | 1 | 11 | 100101110 | 1011000 | 1001110 |
Color Harmonies of #F896F5
Complementary color
Monochromatic Colors of #F896F5
Black with #F896F5
Text Example
Text Example
White with #F896F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896F5; }
p { color: rgb(248,150,245); }
H1.HeaderClassName
{
color: #F896F5;
}
.AnyTagClassName
{
color: #F896F5;
}
</style>
background-color css
<style>
a { background-color: #F896F5; }
a { background-color: rgb(248,150,245); }
div.DivClassName
{
background-color: #F896F5;
}
.BgClassName
{
background-color: #F896F5;
}
</style>
border-color css
<style>
span { border-color: #F896F5; }
span { border-color: rgb(248,150,245); }
td.TdClassName
{
border-color: #F896F5;
}
.TagClassName
{
border-color: #F896F5;
}
</style>