Shades of Violet #F89BFD
Tints of Violet #F89BFD
RGB
CMYK
RGB Variations
Color information
#F89BFD (or 0xF89BFD) is known color: Violet. HEX triplet: F8, 9B and FD. RGB value is (248,155,253). Sum of RGB (Red+Green+Blue) = 248+155+253=656 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.80% from 656); Green value is 155 (60.94% from 255 or 23.63% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #F89BFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89BFD is #076402. Grayscale: #C1C1C1. Windows color (decimal): -484355 or 16620536. OLE color: 16620536.
HSL color Cylindrical-coordinate representation of color #F89BFD: hue angle of 296.94º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F89BFD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 155 | 253 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.01 |
| HSL | 296.94º | 0.96% | 0.8% | - |
| HSV(B) | 296.94º | 0.39% | 0.99% | - |
| XYZ | 68.16 | 50.49 | 99.08 | - |
| YUV | 193.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 253 | 0.02 | 0.39 | 0 | 0.01 | 296.94 | 0.96 | 0.8 |
| Hex | F8 | 9B | FD | 2 | 27 | 0 | 1 | 129 | 60 | 50 |
| Octal | 370 | 233 | 375 | 2 | 47 | 0 | 1 | 451 | 140 | 120 |
| Binary | 11111000 | 10011011 | 11111101 | 10 | 100111 | 0 | 1 | 100101001 | 1100000 | 1010000 |
Color Harmonies of #F89BFD
Complementary color
Monochromatic Colors of #F89BFD
Black with #F89BFD
Text Example
Text Example
White with #F89BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89BFD; }
p { color: rgb(248,155,253); }
H1.HeaderClassName
{
color: #F89BFD;
}
.AnyTagClassName
{
color: #F89BFD;
}
</style>
background-color css
<style>
a { background-color: #F89BFD; }
a { background-color: rgb(248,155,253); }
div.DivClassName
{
background-color: #F89BFD;
}
.BgClassName
{
background-color: #F89BFD;
}
</style>
border-color css
<style>
span { border-color: #F89BFD; }
span { border-color: rgb(248,155,253); }
td.TdClassName
{
border-color: #F89BFD;
}
.TagClassName
{
border-color: #F89BFD;
}
</style>