Shades of Violet #F484F2
Tints of Violet #F484F2
RGB
CMYK
RGB Variations
Color information
#F484F2 (or 0xF484F2) is known color: Violet. HEX triplet: F4, 84 and F2. RGB value is (244,132,242). Sum of RGB (Red+Green+Blue) = 244+132+242=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 132 (51.95% from 255 or 21.36% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F484F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F484F2 is #0B7B0D. Grayscale: #B1B1B1. Windows color (decimal): -752398 or 15893748. OLE color: 15893748.
HSL color Cylindrical-coordinate representation of color #F484F2: hue angle of 301.07º 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 #F484F2 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 132 | 242 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.04 |
| HSL | 301.07º | 0.84% | 0.74% | - |
| HSV(B) | 301.07º | 0.46% | 0.96% | - |
| XYZ | 61.59 | 42.15 | 88.89 | - |
| YUV | 178.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 132 | 242 | 0 | 0.46 | 0.01 | 0.04 | 301.07 | 0.84 | 0.74 |
| Hex | F4 | 84 | F2 | 0 | 2E | 1 | 4 | 12D | 54 | 4A |
| Octal | 364 | 204 | 362 | 0 | 56 | 1 | 4 | 455 | 124 | 112 |
| Binary | 11110100 | 10000100 | 11110010 | 0 | 101110 | 1 | 100 | 100101101 | 1010100 | 1001010 |
Color Harmonies of #F484F2
Complementary color
Monochromatic Colors of #F484F2
Black with #F484F2
Text Example
Text Example
White with #F484F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F484F2; }
p { color: rgb(244,132,242); }
H1.HeaderClassName
{
color: #F484F2;
}
.AnyTagClassName
{
color: #F484F2;
}
</style>
background-color css
<style>
a { background-color: #F484F2; }
a { background-color: rgb(244,132,242); }
div.DivClassName
{
background-color: #F484F2;
}
.BgClassName
{
background-color: #F484F2;
}
</style>
border-color css
<style>
span { border-color: #F484F2; }
span { border-color: rgb(244,132,242); }
td.TdClassName
{
border-color: #F484F2;
}
.TagClassName
{
border-color: #F484F2;
}
</style>