Shades of Violet #F89DFB
Tints of Violet #F89DFB
RGB
CMYK
RGB Variations
Color information
#F89DFB (or 0xF89DFB) is known color: Violet. HEX triplet: F8, 9D and FB. RGB value is (248,157,251). Sum of RGB (Red+Green+Blue) = 248+157+251=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 157 (61.72% from 255 or 23.93% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #F89DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DFB is #076204. Grayscale: #C2C2C2. Windows color (decimal): -483845 or 16489976. OLE color: 16489976.
HSL color Cylindrical-coordinate representation of color #F89DFB: hue angle of 298.09º degrees, saturation: 0.92, 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 #F89DFB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 157 | 251 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.02 |
| HSL | 298.09º | 0.92% | 0.8% | - |
| HSV(B) | 298.09º | 0.37% | 0.98% | - |
| XYZ | 68.18 | 51.04 | 97.52 | - |
| YUV | 194.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 251 | 0.01 | 0.37 | 0 | 0.02 | 298.09 | 0.92 | 0.8 |
| Hex | F8 | 9D | FB | 1 | 25 | 0 | 2 | 12A | 5C | 50 |
| Octal | 370 | 235 | 373 | 1 | 45 | 0 | 2 | 452 | 134 | 120 |
| Binary | 11111000 | 10011101 | 11111011 | 1 | 100101 | 0 | 10 | 100101010 | 1011100 | 1010000 |
Color Harmonies of #F89DFB
Complementary color
Monochromatic Colors of #F89DFB
Black with #F89DFB
Text Example
Text Example
White with #F89DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DFB; }
p { color: rgb(248,157,251); }
H1.HeaderClassName
{
color: #F89DFB;
}
.AnyTagClassName
{
color: #F89DFB;
}
</style>
background-color css
<style>
a { background-color: #F89DFB; }
a { background-color: rgb(248,157,251); }
div.DivClassName
{
background-color: #F89DFB;
}
.BgClassName
{
background-color: #F89DFB;
}
</style>
border-color css
<style>
span { border-color: #F89DFB; }
span { border-color: rgb(248,157,251); }
td.TdClassName
{
border-color: #F89DFB;
}
.TagClassName
{
border-color: #F89DFB;
}
</style>