Shades of Violet Red #F84182
Tints of Violet Red #F84182
RGB
CMYK
RGB Variations
Color information
#F84182 (or 0xF84182) is known color: Violet Red. HEX triplet: F8, 41 and 82. RGB value is (248,65,130). Sum of RGB (Red+Green+Blue) = 248+65+130=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F84182 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84182 is #07BE7D. Grayscale: #7F7F7F. Windows color (decimal): -507518 or 8536568. OLE color: 8536568.
HSL color Cylindrical-coordinate representation of color #F84182: hue angle of 338.69º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84182 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 130 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.03 |
| HSL | 338.69º | 0.93% | 0.61% | - |
| HSV(B) | 338.69º | 0.74% | 0.97% | - |
| XYZ | 44.63 | 25.35 | 23.66 | - |
| YUV | 127.13 | 129.63 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 130 | 0 | 0.74 | 0.48 | 0.03 | 338.69 | 0.93 | 0.61 |
| Hex | F8 | 41 | 82 | 0 | 4A | 30 | 3 | 153 | 5D | 3D |
| Octal | 370 | 101 | 202 | 0 | 112 | 60 | 3 | 523 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10000010 | 0 | 1001010 | 110000 | 11 | 101010011 | 1011101 | 111101 |
Color Harmonies of #F84182
Complementary color
Monochromatic Colors of #F84182
Black with #F84182
Text Example
Text Example
White with #F84182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84182; }
p { color: rgb(248,65,130); }
H1.HeaderClassName
{
color: #F84182;
}
.AnyTagClassName
{
color: #F84182;
}
</style>
background-color css
<style>
a { background-color: #F84182; }
a { background-color: rgb(248,65,130); }
div.DivClassName
{
background-color: #F84182;
}
.BgClassName
{
background-color: #F84182;
}
</style>
border-color css
<style>
span { border-color: #F84182; }
span { border-color: rgb(248,65,130); }
td.TdClassName
{
border-color: #F84182;
}
.TagClassName
{
border-color: #F84182;
}
</style>