Shades of Violet #F484F0
Tints of Violet #F484F0
RGB
CMYK
RGB Variations
Color information
#F484F0 (or 0xF484F0) is known color: Violet. HEX triplet: F4, 84 and F0. RGB value is (244,132,240). Sum of RGB (Red+Green+Blue) = 244+132+240=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 132 (51.95% from 255 or 21.43% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F484F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484F0 is #0B7B0F. Grayscale: #B1B1B1. Windows color (decimal): -752400 or 15762676. OLE color: 15762676.
HSL color Cylindrical-coordinate representation of color #F484F0: hue angle of 302.14º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484F0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 240 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.04 |
| HSL | 302.14º | 0.84% | 0.74% | - |
| HSV(B) | 302.14º | 0.46% | 0.96% | - |
| XYZ | 61.29 | 42.03 | 87.32 | - |
| YUV | 177.8 | 163.11 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 240 | 0 | 0.46 | 0.02 | 0.04 | 302.14 | 0.84 | 0.74 |
| Hex | F4 | 84 | F0 | 0 | 2E | 2 | 4 | 12E | 54 | 4A |
| Octal | 364 | 204 | 360 | 0 | 56 | 2 | 4 | 456 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11110000 | 0 | 101110 | 10 | 100 | 100101110 | 1010100 | 1001010 |
Color Harmonies of #F484F0
Complementary color
Monochromatic Colors of #F484F0
Black with #F484F0
Text Example
Text Example
White with #F484F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484F0; }
p { color: rgb(244,132,240); }
H1.HeaderClassName
{
color: #F484F0;
}
.AnyTagClassName
{
color: #F484F0;
}
</style>
background-color css
<style>
a { background-color: #F484F0; }
a { background-color: rgb(244,132,240); }
div.DivClassName
{
background-color: #F484F0;
}
.BgClassName
{
background-color: #F484F0;
}
</style>
border-color css
<style>
span { border-color: #F484F0; }
span { border-color: rgb(244,132,240); }
td.TdClassName
{
border-color: #F484F0;
}
.TagClassName
{
border-color: #F484F0;
}
</style>