Shades of Violet #F482F3
Tints of Violet #F482F3
RGB
CMYK
RGB Variations
Color information
#F482F3 (or 0xF482F3) is known color: Violet. HEX triplet: F4, 82 and F3. RGB value is (244,130,243). Sum of RGB (Red+Green+Blue) = 244+130+243=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 130 (51.17% from 255 or 21.07% from 617); Blue value is 243 (95.31% from 255 or 39.38% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F482F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482F3 is #0B7D0C. Grayscale: #B0B0B0. Windows color (decimal): -752909 or 15958772. OLE color: 15958772.
HSL color Cylindrical-coordinate representation of color #F482F3: hue angle of 300.53º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F482F3 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 243 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.04 |
| HSL | 300.53º | 0.84% | 0.73% | - |
| HSV(B) | 300.53º | 0.47% | 0.96% | - |
| XYZ | 61.47 | 41.67 | 89.6 | - |
| YUV | 176.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 243 | 0 | 0.47 | 0.00 | 0.04 | 300.53 | 0.84 | 0.73 |
| Hex | F4 | 82 | F3 | 0 | 2F | 0 | 4 | 12D | 54 | 49 |
| Octal | 364 | 202 | 363 | 0 | 57 | 0 | 4 | 455 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11110011 | 0 | 101111 | 0 | 100 | 100101101 | 1010100 | 1001001 |
Color Harmonies of #F482F3
Complementary color
Monochromatic Colors of #F482F3
Black with #F482F3
Text Example
Text Example
White with #F482F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482F3; }
p { color: rgb(244,130,243); }
H1.HeaderClassName
{
color: #F482F3;
}
.AnyTagClassName
{
color: #F482F3;
}
</style>
background-color css
<style>
a { background-color: #F482F3; }
a { background-color: rgb(244,130,243); }
div.DivClassName
{
background-color: #F482F3;
}
.BgClassName
{
background-color: #F482F3;
}
</style>
border-color css
<style>
span { border-color: #F482F3; }
span { border-color: rgb(244,130,243); }
td.TdClassName
{
border-color: #F482F3;
}
.TagClassName
{
border-color: #F482F3;
}
</style>