Shades of Violet #F89FFC
Tints of Violet #F89FFC
RGB
CMYK
RGB Variations
Color information
#F89FFC (or 0xF89FFC) is known color: Violet. HEX triplet: F8, 9F and FC. RGB value is (248,159,252). Sum of RGB (Red+Green+Blue) = 248+159+252=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 159 (62.5% from 255 or 24.13% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #F89FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89FFC is #076003. Grayscale: #C3C3C3. Windows color (decimal): -483332 or 16556024. OLE color: 16556024.
HSL color Cylindrical-coordinate representation of color #F89FFC: hue angle of 297.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89FFC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 159 | 252 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.01 |
| HSL | 297.42º | 0.94% | 0.81% | - |
| HSV(B) | 297.42º | 0.37% | 0.99% | - |
| XYZ | 68.68 | 51.78 | 98.47 | - |
| YUV | 196.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 252 | 0.02 | 0.37 | 0 | 0.01 | 297.42 | 0.94 | 0.81 |
| Hex | F8 | 9F | FC | 2 | 25 | 0 | 1 | 129 | 5E | 51 |
| Octal | 370 | 237 | 374 | 2 | 45 | 0 | 1 | 451 | 136 | 121 |
| Binary | 11111000 | 10011111 | 11111100 | 10 | 100101 | 0 | 1 | 100101001 | 1011110 | 1010001 |
Color Harmonies of #F89FFC
Complementary color
Monochromatic Colors of #F89FFC
Black with #F89FFC
Text Example
Text Example
White with #F89FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89FFC; }
p { color: rgb(248,159,252); }
H1.HeaderClassName
{
color: #F89FFC;
}
.AnyTagClassName
{
color: #F89FFC;
}
</style>
background-color css
<style>
a { background-color: #F89FFC; }
a { background-color: rgb(248,159,252); }
div.DivClassName
{
background-color: #F89FFC;
}
.BgClassName
{
background-color: #F89FFC;
}
</style>
border-color css
<style>
span { border-color: #F89FFC; }
span { border-color: rgb(248,159,252); }
td.TdClassName
{
border-color: #F89FFC;
}
.TagClassName
{
border-color: #F89FFC;
}
</style>