Shades of Violet #F482F1
Tints of Violet #F482F1
RGB
CMYK
RGB Variations
Color information
#F482F1 (or 0xF482F1) is known color: Violet. HEX triplet: F4, 82 and F1. RGB value is (244,130,241). Sum of RGB (Red+Green+Blue) = 244+130+241=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F482F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F482F1 is #0B7D0E. Grayscale: #B0B0B0. Windows color (decimal): -752911 or 15827700. OLE color: 15827700.
HSL color Cylindrical-coordinate representation of color #F482F1: hue angle of 301.58º 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 #F482F1 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 130 | 241 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.04 |
| HSL | 301.58º | 0.84% | 0.73% | - |
| HSV(B) | 301.58º | 0.47% | 0.96% | - |
| XYZ | 61.17 | 41.55 | 88.01 | - |
| YUV | 176.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 130 | 241 | 0 | 0.47 | 0.01 | 0.04 | 301.58 | 0.84 | 0.73 |
| Hex | F4 | 82 | F1 | 0 | 2F | 1 | 4 | 12E | 54 | 49 |
| Octal | 364 | 202 | 361 | 0 | 57 | 1 | 4 | 456 | 124 | 111 |
| Binary | 11110100 | 10000010 | 11110001 | 0 | 101111 | 1 | 100 | 100101110 | 1010100 | 1001001 |
Color Harmonies of #F482F1
Complementary color
Monochromatic Colors of #F482F1
Black with #F482F1
Text Example
Text Example
White with #F482F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F482F1; }
p { color: rgb(244,130,241); }
H1.HeaderClassName
{
color: #F482F1;
}
.AnyTagClassName
{
color: #F482F1;
}
</style>
background-color css
<style>
a { background-color: #F482F1; }
a { background-color: rgb(244,130,241); }
div.DivClassName
{
background-color: #F482F1;
}
.BgClassName
{
background-color: #F482F1;
}
</style>
border-color css
<style>
span { border-color: #F482F1; }
span { border-color: rgb(244,130,241); }
td.TdClassName
{
border-color: #F482F1;
}
.TagClassName
{
border-color: #F482F1;
}
</style>