Shades of Violet #F898FE
Tints of Violet #F898FE
RGB
CMYK
RGB Variations
Color information
#F898FE (or 0xF898FE) is known color: Violet. HEX triplet: F8, 98 and FE. RGB value is (248,152,254). Sum of RGB (Red+Green+Blue) = 248+152+254=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 152 (59.77% from 255 or 23.24% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #F898FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F898FE is #076701. Grayscale: #C0C0C0. Windows color (decimal): -485122 or 16685304. OLE color: 16685304.
HSL color Cylindrical-coordinate representation of color #F898FE: hue angle of 296.47º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F898FE is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 152 | 254 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.00 |
| HSL | 296.47º | 0.98% | 0.8% | - |
| HSV(B) | 296.47º | 0.4% | 1% | - |
| XYZ | 67.83 | 49.57 | 99.76 | - |
| YUV | 192.33 | 162.8 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 254 | 0.02 | 0.40 | 0 | 0.00 | 296.47 | 0.98 | 0.8 |
| Hex | F8 | 98 | FE | 2 | 28 | 0 | 0 | 128 | 62 | 50 |
| Octal | 370 | 230 | 376 | 2 | 50 | 0 | 0 | 450 | 142 | 120 |
| Binary | 11111000 | 10011000 | 11111110 | 10 | 101000 | 0 | 0 | 100101000 | 1100010 | 1010000 |
Color Harmonies of #F898FE
Complementary color
Monochromatic Colors of #F898FE
Black with #F898FE
Text Example
Text Example
White with #F898FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898FE; }
p { color: rgb(248,152,254); }
H1.HeaderClassName
{
color: #F898FE;
}
.AnyTagClassName
{
color: #F898FE;
}
</style>
background-color css
<style>
a { background-color: #F898FE; }
a { background-color: rgb(248,152,254); }
div.DivClassName
{
background-color: #F898FE;
}
.BgClassName
{
background-color: #F898FE;
}
</style>
border-color css
<style>
span { border-color: #F898FE; }
span { border-color: rgb(248,152,254); }
td.TdClassName
{
border-color: #F898FE;
}
.TagClassName
{
border-color: #F898FE;
}
</style>