Shades of Violet #F4A0FD
Tints of Violet #F4A0FD
RGB
CMYK
RGB Variations
Color information
#F4A0FD (or 0xF4A0FD) is known color: Violet. HEX triplet: F4, A0 and FD. RGB value is (244,160,253). Sum of RGB (Red+Green+Blue) = 244+160+253=657 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.14% from 657); Green value is 160 (62.89% from 255 or 24.35% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4A0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A0FD is #0B5F02. Grayscale: #C3C3C3. Windows color (decimal): -745219 or 16621812. OLE color: 16621812.
HSL color Cylindrical-coordinate representation of color #F4A0FD: hue angle of 294.19º 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 #F4A0FD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 160 | 253 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 294.19º | 0.96% | 0.81% | - |
| HSV(B) | 294.19º | 0.37% | 0.99% | - |
| XYZ | 67.61 | 51.47 | 99.3 | - |
| YUV | 195.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 253 | 0.04 | 0.37 | 0 | 0.01 | 294.19 | 0.96 | 0.81 |
| Hex | F4 | A0 | FD | 4 | 25 | 0 | 1 | 126 | 60 | 51 |
| Octal | 364 | 240 | 375 | 4 | 45 | 0 | 1 | 446 | 140 | 121 |
| Binary | 11110100 | 10100000 | 11111101 | 100 | 100101 | 0 | 1 | 100100110 | 1100000 | 1010001 |
Color Harmonies of #F4A0FD
Complementary color
Monochromatic Colors of #F4A0FD
Black with #F4A0FD
Text Example
Text Example
White with #F4A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A0FD; }
p { color: rgb(244,160,253); }
H1.HeaderClassName
{
color: #F4A0FD;
}
.AnyTagClassName
{
color: #F4A0FD;
}
</style>
background-color css
<style>
a { background-color: #F4A0FD; }
a { background-color: rgb(244,160,253); }
div.DivClassName
{
background-color: #F4A0FD;
}
.BgClassName
{
background-color: #F4A0FD;
}
</style>
border-color css
<style>
span { border-color: #F4A0FD; }
span { border-color: rgb(244,160,253); }
td.TdClassName
{
border-color: #F4A0FD;
}
.TagClassName
{
border-color: #F4A0FD;
}
</style>