Shades of Violet #F89DFA
Tints of Violet #F89DFA
RGB
CMYK
RGB Variations
Color information
#F89DFA (or 0xF89DFA) is known color: Violet. HEX triplet: F8, 9D and FA. RGB value is (248,157,250). Sum of RGB (Red+Green+Blue) = 248+157+250=655 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.86% from 655); Green value is 157 (61.72% from 255 or 23.97% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #F89DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DFA is #076205. Grayscale: #C2C2C2. Windows color (decimal): -483846 or 16424440. OLE color: 16424440.
HSL color Cylindrical-coordinate representation of color #F89DFA: hue angle of 298.71º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89DFA is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 157 | 250 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.02 |
| HSL | 298.71º | 0.9% | 0.8% | - |
| HSV(B) | 298.71º | 0.37% | 0.98% | - |
| XYZ | 68.02 | 50.97 | 96.7 | - |
| YUV | 194.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 250 | 0.01 | 0.37 | 0 | 0.02 | 298.71 | 0.9 | 0.8 |
| Hex | F8 | 9D | FA | 1 | 25 | 0 | 2 | 12B | 5A | 50 |
| Octal | 370 | 235 | 372 | 1 | 45 | 0 | 2 | 453 | 132 | 120 |
| Binary | 11111000 | 10011101 | 11111010 | 1 | 100101 | 0 | 10 | 100101011 | 1011010 | 1010000 |
Color Harmonies of #F89DFA
Complementary color
Monochromatic Colors of #F89DFA
Black with #F89DFA
Text Example
Text Example
White with #F89DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DFA; }
p { color: rgb(248,157,250); }
H1.HeaderClassName
{
color: #F89DFA;
}
.AnyTagClassName
{
color: #F89DFA;
}
</style>
background-color css
<style>
a { background-color: #F89DFA; }
a { background-color: rgb(248,157,250); }
div.DivClassName
{
background-color: #F89DFA;
}
.BgClassName
{
background-color: #F89DFA;
}
</style>
border-color css
<style>
span { border-color: #F89DFA; }
span { border-color: rgb(248,157,250); }
td.TdClassName
{
border-color: #F89DFA;
}
.TagClassName
{
border-color: #F89DFA;
}
</style>