Shades of Violet #F89BFA
Tints of Violet #F89BFA
RGB
CMYK
RGB Variations
Color information
#F89BFA (or 0xF89BFA) is known color: Violet. HEX triplet: F8, 9B and FA. RGB value is (248,155,250). Sum of RGB (Red+Green+Blue) = 248+155+250=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 155 (60.94% from 255 or 23.74% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #F89BFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BFA is #076405. Grayscale: #C1C1C1. Windows color (decimal): -484358 or 16423928. OLE color: 16423928.
HSL color Cylindrical-coordinate representation of color #F89BFA: hue angle of 298.74º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89BFA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 155 | 250 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.02 |
| HSL | 298.74º | 0.9% | 0.79% | - |
| HSV(B) | 298.74º | 0.38% | 0.98% | - |
| XYZ | 67.69 | 50.3 | 96.58 | - |
| YUV | 193.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 250 | 0.01 | 0.38 | 0 | 0.02 | 298.74 | 0.9 | 0.79 |
| Hex | F8 | 9B | FA | 1 | 26 | 0 | 2 | 12B | 5A | 4F |
| Octal | 370 | 233 | 372 | 1 | 46 | 0 | 2 | 453 | 132 | 117 |
| Binary | 11111000 | 10011011 | 11111010 | 1 | 100110 | 0 | 10 | 100101011 | 1011010 | 1001111 |
Color Harmonies of #F89BFA
Complementary color
Monochromatic Colors of #F89BFA
Black with #F89BFA
Text Example
Text Example
White with #F89BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BFA; }
p { color: rgb(248,155,250); }
H1.HeaderClassName
{
color: #F89BFA;
}
.AnyTagClassName
{
color: #F89BFA;
}
</style>
background-color css
<style>
a { background-color: #F89BFA; }
a { background-color: rgb(248,155,250); }
div.DivClassName
{
background-color: #F89BFA;
}
.BgClassName
{
background-color: #F89BFA;
}
</style>
border-color css
<style>
span { border-color: #F89BFA; }
span { border-color: rgb(248,155,250); }
td.TdClassName
{
border-color: #F89BFA;
}
.TagClassName
{
border-color: #F89BFA;
}
</style>