Shades of Violet #F89DFE
Tints of Violet #F89DFE
RGB
CMYK
RGB Variations
Color information
#F89DFE (or 0xF89DFE) is known color: Violet. HEX triplet: F8, 9D and FE. RGB value is (248,157,254). Sum of RGB (Red+Green+Blue) = 248+157+254=659 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.63% from 659); Green value is 157 (61.72% from 255 or 23.82% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #F89DFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F89DFE is #076201. Grayscale: #C2C2C2. Windows color (decimal): -483842 or 16686584. OLE color: 16686584.
HSL color Cylindrical-coordinate representation of color #F89DFE: hue angle of 296.29º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89DFE is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 157 | 254 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.00 |
| HSL | 296.29º | 0.98% | 0.81% | - |
| HSV(B) | 296.29º | 0.38% | 1% | - |
| XYZ | 68.66 | 51.23 | 100.03 | - |
| YUV | 195.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 254 | 0.02 | 0.38 | 0 | 0.00 | 296.29 | 0.98 | 0.81 |
| Hex | F8 | 9D | FE | 2 | 26 | 0 | 0 | 128 | 62 | 51 |
| Octal | 370 | 235 | 376 | 2 | 46 | 0 | 0 | 450 | 142 | 121 |
| Binary | 11111000 | 10011101 | 11111110 | 10 | 100110 | 0 | 0 | 100101000 | 1100010 | 1010001 |
Color Harmonies of #F89DFE
Complementary color
Monochromatic Colors of #F89DFE
Black with #F89DFE
Text Example
Text Example
White with #F89DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89DFE; }
p { color: rgb(248,157,254); }
H1.HeaderClassName
{
color: #F89DFE;
}
.AnyTagClassName
{
color: #F89DFE;
}
</style>
background-color css
<style>
a { background-color: #F89DFE; }
a { background-color: rgb(248,157,254); }
div.DivClassName
{
background-color: #F89DFE;
}
.BgClassName
{
background-color: #F89DFE;
}
</style>
border-color css
<style>
span { border-color: #F89DFE; }
span { border-color: rgb(248,157,254); }
td.TdClassName
{
border-color: #F89DFE;
}
.TagClassName
{
border-color: #F89DFE;
}
</style>