Shades of Violet Red #F84482
Tints of Violet Red #F84482
RGB
CMYK
RGB Variations
Color information
#F84482 (or 0xF84482) is known color: Violet Red. HEX triplet: F8, 44 and 82. RGB value is (248,68,130). Sum of RGB (Red+Green+Blue) = 248+68+130=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F84482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84482 is #07BB7D. Grayscale: #808080. Windows color (decimal): -506750 or 8537336. OLE color: 8537336.
HSL color Cylindrical-coordinate representation of color #F84482: hue angle of 339.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84482 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 130 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.03 |
| HSL | 339.33º | 0.93% | 0.62% | - |
| HSV(B) | 339.33º | 0.73% | 0.97% | - |
| XYZ | 44.81 | 25.7 | 23.72 | - |
| YUV | 128.89 | 128.63 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 130 | 0 | 0.73 | 0.48 | 0.03 | 339.33 | 0.93 | 0.62 |
| Hex | F8 | 44 | 82 | 0 | 49 | 30 | 3 | 153 | 5D | 3E |
| Octal | 370 | 104 | 202 | 0 | 111 | 60 | 3 | 523 | 135 | 76 |
| Binary | 11111000 | 1000100 | 10000010 | 0 | 1001001 | 110000 | 11 | 101010011 | 1011101 | 111110 |
Color Harmonies of #F84482
Complementary color
Monochromatic Colors of #F84482
Black with #F84482
Text Example
Text Example
White with #F84482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84482; }
p { color: rgb(248,68,130); }
H1.HeaderClassName
{
color: #F84482;
}
.AnyTagClassName
{
color: #F84482;
}
</style>
background-color css
<style>
a { background-color: #F84482; }
a { background-color: rgb(248,68,130); }
div.DivClassName
{
background-color: #F84482;
}
.BgClassName
{
background-color: #F84482;
}
</style>
border-color css
<style>
span { border-color: #F84482; }
span { border-color: rgb(248,68,130); }
td.TdClassName
{
border-color: #F84482;
}
.TagClassName
{
border-color: #F84482;
}
</style>