Shades of Violet #F897FE
Tints of Violet #F897FE
RGB
CMYK
RGB Variations
Color information
#F897FE (or 0xF897FE) is known color: Violet. HEX triplet: F8, 97 and FE. RGB value is (248,151,254). Sum of RGB (Red+Green+Blue) = 248+151+254=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 151 (59.38% from 255 or 23.12% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #F897FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F897FE is #076801. Grayscale: #BFBFBF. Windows color (decimal): -485378 or 16685048. OLE color: 16685048.
HSL color Cylindrical-coordinate representation of color #F897FE: hue angle of 296.5º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F897FE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 151 | 254 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.00 |
| HSL | 296.5º | 0.98% | 0.79% | - |
| HSV(B) | 296.5º | 0.41% | 1% | - |
| XYZ | 67.67 | 49.25 | 99.7 | - |
| YUV | 191.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 254 | 0.02 | 0.41 | 0 | 0.00 | 296.5 | 0.98 | 0.79 |
| Hex | F8 | 97 | FE | 2 | 29 | 0 | 0 | 129 | 62 | 4F |
| Octal | 370 | 227 | 376 | 2 | 51 | 0 | 0 | 451 | 142 | 117 |
| Binary | 11111000 | 10010111 | 11111110 | 10 | 101001 | 0 | 0 | 100101001 | 1100010 | 1001111 |
Color Harmonies of #F897FE
Complementary color
Monochromatic Colors of #F897FE
Black with #F897FE
Text Example
Text Example
White with #F897FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F897FE; }
p { color: rgb(248,151,254); }
H1.HeaderClassName
{
color: #F897FE;
}
.AnyTagClassName
{
color: #F897FE;
}
</style>
background-color css
<style>
a { background-color: #F897FE; }
a { background-color: rgb(248,151,254); }
div.DivClassName
{
background-color: #F897FE;
}
.BgClassName
{
background-color: #F897FE;
}
</style>
border-color css
<style>
span { border-color: #F897FE; }
span { border-color: rgb(248,151,254); }
td.TdClassName
{
border-color: #F897FE;
}
.TagClassName
{
border-color: #F897FE;
}
</style>