Shades of Violet #F896F3
Tints of Violet #F896F3
RGB
CMYK
RGB Variations
Color information
#F896F3 (or 0xF896F3) is known color: Violet. HEX triplet: F8, 96 and F3. RGB value is (248,150,243). Sum of RGB (Red+Green+Blue) = 248+150+243=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 150 (58.98% from 255 or 23.40% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F896F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896F3 is #07690C. Grayscale: #BDBDBD. Windows color (decimal): -485645 or 15963896. OLE color: 15963896.
HSL color Cylindrical-coordinate representation of color #F896F3: hue angle of 303.06º 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 #F896F3 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 243 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.03 |
| HSL | 303.06º | 0.88% | 0.78% | - |
| HSV(B) | 303.06º | 0.4% | 0.97% | - |
| XYZ | 65.8 | 48.24 | 90.64 | - |
| YUV | 189.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 243 | 0 | 0.40 | 0.02 | 0.03 | 303.06 | 0.88 | 0.78 |
| Hex | F8 | 96 | F3 | 0 | 28 | 2 | 3 | 12F | 58 | 4E |
| Octal | 370 | 226 | 363 | 0 | 50 | 2 | 3 | 457 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11110011 | 0 | 101000 | 10 | 11 | 100101111 | 1011000 | 1001110 |
Color Harmonies of #F896F3
Complementary color
Monochromatic Colors of #F896F3
Black with #F896F3
Text Example
Text Example
White with #F896F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896F3; }
p { color: rgb(248,150,243); }
H1.HeaderClassName
{
color: #F896F3;
}
.AnyTagClassName
{
color: #F896F3;
}
</style>
background-color css
<style>
a { background-color: #F896F3; }
a { background-color: rgb(248,150,243); }
div.DivClassName
{
background-color: #F896F3;
}
.BgClassName
{
background-color: #F896F3;
}
</style>
border-color css
<style>
span { border-color: #F896F3; }
span { border-color: rgb(248,150,243); }
td.TdClassName
{
border-color: #F896F3;
}
.TagClassName
{
border-color: #F896F3;
}
</style>