Shades of Violet #F481F9
Tints of Violet #F481F9
RGB
CMYK
RGB Variations
Color information
#F481F9 (or 0xF481F9) is known color: Violet. HEX triplet: F4, 81 and F9. RGB value is (244,129,249). Sum of RGB (Red+Green+Blue) = 244+129+249=622 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.23% from 622); Green value is 129 (50.78% from 255 or 20.74% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #F481F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F481F9 is #0B7E06. Grayscale: #B0B0B0. Windows color (decimal): -753159 or 16351732. OLE color: 16351732.
HSL color Cylindrical-coordinate representation of color #F481F9: hue angle of 297.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F481F9 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 129 | 249 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.02 |
| HSL | 297.5º | 0.91% | 0.74% | - |
| HSV(B) | 297.5º | 0.48% | 0.98% | - |
| XYZ | 62.26 | 41.77 | 94.4 | - |
| YUV | 177.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 249 | 0.02 | 0.48 | 0 | 0.02 | 297.5 | 0.91 | 0.74 |
| Hex | F4 | 81 | F9 | 2 | 30 | 0 | 2 | 12A | 5B | 4A |
| Octal | 364 | 201 | 371 | 2 | 60 | 0 | 2 | 452 | 133 | 112 |
| Binary | 11110100 | 10000001 | 11111001 | 10 | 110000 | 0 | 10 | 100101010 | 1011011 | 1001010 |
Color Harmonies of #F481F9
Complementary color
Monochromatic Colors of #F481F9
Black with #F481F9
Text Example
Text Example
White with #F481F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F481F9; }
p { color: rgb(244,129,249); }
H1.HeaderClassName
{
color: #F481F9;
}
.AnyTagClassName
{
color: #F481F9;
}
</style>
background-color css
<style>
a { background-color: #F481F9; }
a { background-color: rgb(244,129,249); }
div.DivClassName
{
background-color: #F481F9;
}
.BgClassName
{
background-color: #F481F9;
}
</style>
border-color css
<style>
span { border-color: #F481F9; }
span { border-color: rgb(244,129,249); }
td.TdClassName
{
border-color: #F481F9;
}
.TagClassName
{
border-color: #F481F9;
}
</style>