Shades of Violet #F896F2
Tints of Violet #F896F2
RGB
CMYK
RGB Variations
Color information
#F896F2 (or 0xF896F2) is known color: Violet. HEX triplet: F8, 96 and F2. RGB value is (248,150,242). Sum of RGB (Red+Green+Blue) = 248+150+242=640 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.75% from 640); Green value is 150 (58.98% from 255 or 23.44% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 248 - color contains mainly: red. Hex color #F896F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896F2 is #07690D. Grayscale: #BDBDBD. Windows color (decimal): -485646 or 15898360. OLE color: 15898360.
HSL color Cylindrical-coordinate representation of color #F896F2: hue angle of 303.67º 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 #F896F2 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 242 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.03 |
| HSL | 303.67º | 0.88% | 0.78% | - |
| HSV(B) | 303.67º | 0.4% | 0.97% | - |
| XYZ | 65.64 | 48.18 | 89.84 | - |
| YUV | 189.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 242 | 0 | 0.40 | 0.02 | 0.03 | 303.67 | 0.88 | 0.78 |
| Hex | F8 | 96 | F2 | 0 | 28 | 2 | 3 | 130 | 58 | 4E |
| Octal | 370 | 226 | 362 | 0 | 50 | 2 | 3 | 460 | 130 | 116 |
| Binary | 11111000 | 10010110 | 11110010 | 0 | 101000 | 10 | 11 | 100110000 | 1011000 | 1001110 |
Color Harmonies of #F896F2
Complementary color
Monochromatic Colors of #F896F2
Black with #F896F2
Text Example
Text Example
White with #F896F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F896F2; }
p { color: rgb(248,150,242); }
H1.HeaderClassName
{
color: #F896F2;
}
.AnyTagClassName
{
color: #F896F2;
}
</style>
background-color css
<style>
a { background-color: #F896F2; }
a { background-color: rgb(248,150,242); }
div.DivClassName
{
background-color: #F896F2;
}
.BgClassName
{
background-color: #F896F2;
}
</style>
border-color css
<style>
span { border-color: #F896F2; }
span { border-color: rgb(248,150,242); }
td.TdClassName
{
border-color: #F896F2;
}
.TagClassName
{
border-color: #F896F2;
}
</style>