Shades of Violet #F899FA
Tints of Violet #F899FA
RGB
CMYK
RGB Variations
Color information
#F899FA (or 0xF899FA) is known color: Violet. HEX triplet: F8, 99 and FA. RGB value is (248,153,250). Sum of RGB (Red+Green+Blue) = 248+153+250=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 153 (60.16% from 255 or 23.50% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #F899FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F899FA is #076605. Grayscale: #C0C0C0. Windows color (decimal): -484870 or 16423416. OLE color: 16423416.
HSL color Cylindrical-coordinate representation of color #F899FA: hue angle of 298.76º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F899FA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 153 | 250 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.02 |
| HSL | 298.76º | 0.91% | 0.79% | - |
| HSV(B) | 298.76º | 0.39% | 0.98% | - |
| XYZ | 67.36 | 49.64 | 96.47 | - |
| YUV | 192.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 250 | 0.01 | 0.39 | 0 | 0.02 | 298.76 | 0.91 | 0.79 |
| Hex | F8 | 99 | FA | 1 | 27 | 0 | 2 | 12B | 5B | 4F |
| Octal | 370 | 231 | 372 | 1 | 47 | 0 | 2 | 453 | 133 | 117 |
| Binary | 11111000 | 10011001 | 11111010 | 1 | 100111 | 0 | 10 | 100101011 | 1011011 | 1001111 |
Color Harmonies of #F899FA
Complementary color
Monochromatic Colors of #F899FA
Black with #F899FA
Text Example
Text Example
White with #F899FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899FA; }
p { color: rgb(248,153,250); }
H1.HeaderClassName
{
color: #F899FA;
}
.AnyTagClassName
{
color: #F899FA;
}
</style>
background-color css
<style>
a { background-color: #F899FA; }
a { background-color: rgb(248,153,250); }
div.DivClassName
{
background-color: #F899FA;
}
.BgClassName
{
background-color: #F899FA;
}
</style>
border-color css
<style>
span { border-color: #F899FA; }
span { border-color: rgb(248,153,250); }
td.TdClassName
{
border-color: #F899FA;
}
.TagClassName
{
border-color: #F899FA;
}
</style>