Shades of Violet #F891FE
Tints of Violet #F891FE
RGB
CMYK
RGB Variations
Color information
#F891FE (or 0xF891FE) is known color: Violet. HEX triplet: F8, 91 and FE. RGB value is (248,145,254). Sum of RGB (Red+Green+Blue) = 248+145+254=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 145 (57.03% from 255 or 22.41% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #F891FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F891FE is #076E01. Grayscale: #BBBBBB. Windows color (decimal): -486914 or 16683512. OLE color: 16683512.
HSL color Cylindrical-coordinate representation of color #F891FE: hue angle of 296.7º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F891FE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 145 | 254 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.00 |
| HSL | 296.7º | 0.98% | 0.78% | - |
| HSV(B) | 296.7º | 0.43% | 1% | - |
| XYZ | 66.73 | 47.36 | 99.39 | - |
| YUV | 188.22 | 165.12 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 254 | 0.02 | 0.43 | 0 | 0.00 | 296.7 | 0.98 | 0.78 |
| Hex | F8 | 91 | FE | 2 | 2B | 0 | 0 | 129 | 62 | 4E |
| Octal | 370 | 221 | 376 | 2 | 53 | 0 | 0 | 451 | 142 | 116 |
| Binary | 11111000 | 10010001 | 11111110 | 10 | 101011 | 0 | 0 | 100101001 | 1100010 | 1001110 |
Color Harmonies of #F891FE
Complementary color
Monochromatic Colors of #F891FE
Black with #F891FE
Text Example
Text Example
White with #F891FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891FE; }
p { color: rgb(248,145,254); }
H1.HeaderClassName
{
color: #F891FE;
}
.AnyTagClassName
{
color: #F891FE;
}
</style>
background-color css
<style>
a { background-color: #F891FE; }
a { background-color: rgb(248,145,254); }
div.DivClassName
{
background-color: #F891FE;
}
.BgClassName
{
background-color: #F891FE;
}
</style>
border-color css
<style>
span { border-color: #F891FE; }
span { border-color: rgb(248,145,254); }
td.TdClassName
{
border-color: #F891FE;
}
.TagClassName
{
border-color: #F891FE;
}
</style>