Shades of Violet #F4A1F8
Tints of Violet #F4A1F8
RGB
CMYK
RGB Variations
Color information
#F4A1F8 (or 0xF4A1F8) is known color: Violet. HEX triplet: F4, A1 and F8. RGB value is (244,161,248). Sum of RGB (Red+Green+Blue) = 244+161+248=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4A1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A1F8 is #0B5E07. Grayscale: #C3C3C3. Windows color (decimal): -744968 or 16294388. OLE color: 16294388.
HSL color Cylindrical-coordinate representation of color #F4A1F8: hue angle of 297.24º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F4A1F8 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 161 | 248 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.03 |
| HSL | 297.24º | 0.86% | 0.8% | - |
| HSV(B) | 297.24º | 0.35% | 0.97% | - |
| XYZ | 67 | 51.5 | 95.22 | - |
| YUV | 195.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 248 | 0.02 | 0.35 | 0 | 0.03 | 297.24 | 0.86 | 0.8 |
| Hex | F4 | A1 | F8 | 2 | 23 | 0 | 3 | 129 | 56 | 50 |
| Octal | 364 | 241 | 370 | 2 | 43 | 0 | 3 | 451 | 126 | 120 |
| Binary | 11110100 | 10100001 | 11111000 | 10 | 100011 | 0 | 11 | 100101001 | 1010110 | 1010000 |
Color Harmonies of #F4A1F8
Complementary color
Monochromatic Colors of #F4A1F8
Black with #F4A1F8
Text Example
Text Example
White with #F4A1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1F8; }
p { color: rgb(244,161,248); }
H1.HeaderClassName
{
color: #F4A1F8;
}
.AnyTagClassName
{
color: #F4A1F8;
}
</style>
background-color css
<style>
a { background-color: #F4A1F8; }
a { background-color: rgb(244,161,248); }
div.DivClassName
{
background-color: #F4A1F8;
}
.BgClassName
{
background-color: #F4A1F8;
}
</style>
border-color css
<style>
span { border-color: #F4A1F8; }
span { border-color: rgb(244,161,248); }
td.TdClassName
{
border-color: #F4A1F8;
}
.TagClassName
{
border-color: #F4A1F8;
}
</style>