Shades of Violet #F49FFE
Tints of Violet #F49FFE
RGB
CMYK
RGB Variations
Color information
#F49FFE (or 0xF49FFE) is known color: Violet. HEX triplet: F4, 9F and FE. RGB value is (244,159,254). Sum of RGB (Red+Green+Blue) = 244+159+254=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 159 (62.5% from 255 or 24.20% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #F49FFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FFE is #0B6001. Grayscale: #C2C2C2. Windows color (decimal): -745474 or 16687092. OLE color: 16687092.
HSL color Cylindrical-coordinate representation of color #F49FFE: hue angle of 293.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49FFE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 159 | 254 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.00 |
| HSL | 293.68º | 0.98% | 0.81% | - |
| HSV(B) | 293.68º | 0.37% | 1% | - |
| XYZ | 67.6 | 51.19 | 100.08 | - |
| YUV | 195.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 254 | 0.04 | 0.37 | 0 | 0.00 | 293.68 | 0.98 | 0.81 |
| Hex | F4 | 9F | FE | 4 | 25 | 0 | 0 | 126 | 62 | 51 |
| Octal | 364 | 237 | 376 | 4 | 45 | 0 | 0 | 446 | 142 | 121 |
| Binary | 11110100 | 10011111 | 11111110 | 100 | 100101 | 0 | 0 | 100100110 | 1100010 | 1010001 |
Color Harmonies of #F49FFE
Complementary color
Monochromatic Colors of #F49FFE
Black with #F49FFE
Text Example
Text Example
White with #F49FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FFE; }
p { color: rgb(244,159,254); }
H1.HeaderClassName
{
color: #F49FFE;
}
.AnyTagClassName
{
color: #F49FFE;
}
</style>
background-color css
<style>
a { background-color: #F49FFE; }
a { background-color: rgb(244,159,254); }
div.DivClassName
{
background-color: #F49FFE;
}
.BgClassName
{
background-color: #F49FFE;
}
</style>
border-color css
<style>
span { border-color: #F49FFE; }
span { border-color: rgb(244,159,254); }
td.TdClassName
{
border-color: #F49FFE;
}
.TagClassName
{
border-color: #F49FFE;
}
</style>