Shades of Violet #F49FFD
Tints of Violet #F49FFD
RGB
CMYK
RGB Variations
Color information
#F49FFD (or 0xF49FFD) is known color: Violet. HEX triplet: F4, 9F and FD. RGB value is (244,159,253). Sum of RGB (Red+Green+Blue) = 244+159+253=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 159 (62.5% from 255 or 24.24% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #F49FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F49FFD is #0B6002. Grayscale: #C2C2C2. Windows color (decimal): -745475 or 16621556. OLE color: 16621556.
HSL color Cylindrical-coordinate representation of color #F49FFD: hue angle of 294.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F49FFD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 159 | 253 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 294.26º | 0.96% | 0.81% | - |
| HSV(B) | 294.26º | 0.37% | 0.99% | - |
| XYZ | 67.44 | 51.12 | 99.24 | - |
| YUV | 195.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 159 | 253 | 0.04 | 0.37 | 0 | 0.01 | 294.26 | 0.96 | 0.81 |
| Hex | F4 | 9F | FD | 4 | 25 | 0 | 1 | 126 | 60 | 51 |
| Octal | 364 | 237 | 375 | 4 | 45 | 0 | 1 | 446 | 140 | 121 |
| Binary | 11110100 | 10011111 | 11111101 | 100 | 100101 | 0 | 1 | 100100110 | 1100000 | 1010001 |
Color Harmonies of #F49FFD
Complementary color
Monochromatic Colors of #F49FFD
Black with #F49FFD
Text Example
Text Example
White with #F49FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49FFD; }
p { color: rgb(244,159,253); }
H1.HeaderClassName
{
color: #F49FFD;
}
.AnyTagClassName
{
color: #F49FFD;
}
</style>
background-color css
<style>
a { background-color: #F49FFD; }
a { background-color: rgb(244,159,253); }
div.DivClassName
{
background-color: #F49FFD;
}
.BgClassName
{
background-color: #F49FFD;
}
</style>
border-color css
<style>
span { border-color: #F49FFD; }
span { border-color: rgb(244,159,253); }
td.TdClassName
{
border-color: #F49FFD;
}
.TagClassName
{
border-color: #F49FFD;
}
</style>