Shades of Violet Red #F82A7D
Tints of Violet Red #F82A7D
RGB
CMYK
RGB Variations
Color information
#F82A7D (or 0xF82A7D) is known color: Violet Red. HEX triplet: F8, 2A and 7D. RGB value is (248,42,125). Sum of RGB (Red+Green+Blue) = 248+42+125=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F82A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82A7D is #07D582. Grayscale: #707070. Windows color (decimal): -513411 or 8203000. OLE color: 8203000.
HSL color Cylindrical-coordinate representation of color #F82A7D: hue angle of 335.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82A7D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 42 | 125 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.03 |
| HSL | 335.83º | 0.94% | 0.57% | - |
| HSV(B) | 335.83º | 0.83% | 0.97% | - |
| XYZ | 43.24 | 23.09 | 21.58 | - |
| YUV | 113.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 42 | 125 | 0 | 0.83 | 0.50 | 0.03 | 335.83 | 0.94 | 0.57 |
| Hex | F8 | 2A | 7D | 0 | 53 | 32 | 3 | 150 | 5E | 39 |
| Octal | 370 | 52 | 175 | 0 | 123 | 62 | 3 | 520 | 136 | 71 |
| Binary | 11111000 | 101010 | 1111101 | 0 | 1010011 | 110010 | 11 | 101010000 | 1011110 | 111001 |
Color Harmonies of #F82A7D
Complementary color
Monochromatic Colors of #F82A7D
Black with #F82A7D
Text Example
Text Example
White with #F82A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82A7D; }
p { color: rgb(248,42,125); }
H1.HeaderClassName
{
color: #F82A7D;
}
.AnyTagClassName
{
color: #F82A7D;
}
</style>
background-color css
<style>
a { background-color: #F82A7D; }
a { background-color: rgb(248,42,125); }
div.DivClassName
{
background-color: #F82A7D;
}
.BgClassName
{
background-color: #F82A7D;
}
</style>
border-color css
<style>
span { border-color: #F82A7D; }
span { border-color: rgb(248,42,125); }
td.TdClassName
{
border-color: #F82A7D;
}
.TagClassName
{
border-color: #F82A7D;
}
</style>