Shades of Violet #F899FC
Tints of Violet #F899FC
RGB
CMYK
RGB Variations
Color information
#F899FC (or 0xF899FC) is known color: Violet. HEX triplet: F8, 99 and FC. RGB value is (248,153,252). Sum of RGB (Red+Green+Blue) = 248+153+252=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 153 (60.16% from 255 or 23.43% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #F899FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F899FC is #076603. Grayscale: #C0C0C0. Windows color (decimal): -484868 or 16554488. OLE color: 16554488.
HSL color Cylindrical-coordinate representation of color #F899FC: hue angle of 297.58º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F899FC is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 153 | 252 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.01 |
| HSL | 297.58º | 0.94% | 0.79% | - |
| HSV(B) | 297.58º | 0.39% | 0.99% | - |
| XYZ | 67.67 | 49.77 | 98.13 | - |
| YUV | 192.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 252 | 0.02 | 0.39 | 0 | 0.01 | 297.58 | 0.94 | 0.79 |
| Hex | F8 | 99 | FC | 2 | 27 | 0 | 1 | 12A | 5E | 4F |
| Octal | 370 | 231 | 374 | 2 | 47 | 0 | 1 | 452 | 136 | 117 |
| Binary | 11111000 | 10011001 | 11111100 | 10 | 100111 | 0 | 1 | 100101010 | 1011110 | 1001111 |
Color Harmonies of #F899FC
Complementary color
Monochromatic Colors of #F899FC
Black with #F899FC
Text Example
Text Example
White with #F899FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899FC; }
p { color: rgb(248,153,252); }
H1.HeaderClassName
{
color: #F899FC;
}
.AnyTagClassName
{
color: #F899FC;
}
</style>
background-color css
<style>
a { background-color: #F899FC; }
a { background-color: rgb(248,153,252); }
div.DivClassName
{
background-color: #F899FC;
}
.BgClassName
{
background-color: #F899FC;
}
</style>
border-color css
<style>
span { border-color: #F899FC; }
span { border-color: rgb(248,153,252); }
td.TdClassName
{
border-color: #F899FC;
}
.TagClassName
{
border-color: #F899FC;
}
</style>