Shades of Violet #F89BFF
Tints of Violet #F89BFF
RGB
CMYK
RGB Variations
Color information
#F89BFF (or 0xF89BFF) is known color: Violet. HEX triplet: F8, 9B and FF. RGB value is (248,155,255). Sum of RGB (Red+Green+Blue) = 248+155+255=658 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.69% from 658); Green value is 155 (60.94% from 255 or 23.56% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F89BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BFF is #076400. Grayscale: #C1C1C1. Windows color (decimal): -484353 or 16751608. OLE color: 16751608.
HSL color Cylindrical-coordinate representation of color #F89BFF: hue angle of 295.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F89BFF is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 155 | 255 | - |
| CMYK | 0.03 | 0.39 | 0 | 0 |
| HSL | 295.8º | 1% | 0.8% | - |
| HSV(B) | 295.8º | 0.39% | 1% | - |
| XYZ | 68.48 | 50.62 | 100.77 | - |
| YUV | 194.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 255 | 0.03 | 0.39 | 0 | 0 | 295.8 | 1 | 0.8 |
| Hex | F8 | 9B | FF | 3 | 27 | 0 | 0 | 128 | 64 | 50 |
| Octal | 370 | 233 | 377 | 3 | 47 | 0 | 0 | 450 | 144 | 120 |
| Binary | 11111000 | 10011011 | 11111111 | 11 | 100111 | 0 | 0 | 100101000 | 1100100 | 1010000 |
Color Harmonies of #F89BFF
Complementary color
Monochromatic Colors of #F89BFF
Black with #F89BFF
Text Example
Text Example
White with #F89BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BFF; }
p { color: rgb(248,155,255); }
H1.HeaderClassName
{
color: #F89BFF;
}
.AnyTagClassName
{
color: #F89BFF;
}
</style>
background-color css
<style>
a { background-color: #F89BFF; }
a { background-color: rgb(248,155,255); }
div.DivClassName
{
background-color: #F89BFF;
}
.BgClassName
{
background-color: #F89BFF;
}
</style>
border-color css
<style>
span { border-color: #F89BFF; }
span { border-color: rgb(248,155,255); }
td.TdClassName
{
border-color: #F89BFF;
}
.TagClassName
{
border-color: #F89BFF;
}
</style>