Shades of Radical Red #F82D6D
Tints of Radical Red #F82D6D
RGB
CMYK
RGB Variations
Color information
#F82D6D (or 0xF82D6D) is known color: Radical Red. HEX triplet: F8, 2D and 6D. RGB value is (248,45,109). Sum of RGB (Red+Green+Blue) = 248+45+109=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82D6D is #07D292. Grayscale: #707070. Windows color (decimal): -512659 or 7155192. OLE color: 7155192.
HSL color Cylindrical-coordinate representation of color #F82D6D: hue angle of 341.08º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82D6D is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 109 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.03 |
| HSL | 341.08º | 0.94% | 0.57% | - |
| HSV(B) | 341.08º | 0.82% | 0.97% | - |
| XYZ | 42.41 | 22.94 | 16.66 | - |
| YUV | 112.99 | 125.75 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 109 | 0 | 0.82 | 0.56 | 0.03 | 341.08 | 0.94 | 0.57 |
| Hex | F8 | 2D | 6D | 0 | 52 | 38 | 3 | 155 | 5E | 39 |
| Octal | 370 | 55 | 155 | 0 | 122 | 70 | 3 | 525 | 136 | 71 |
| Binary | 11111000 | 101101 | 1101101 | 0 | 1010010 | 111000 | 11 | 101010101 | 1011110 | 111001 |
Color Harmonies of #F82D6D
Complementary color
Monochromatic Colors of #F82D6D
Black with #F82D6D
Text Example
Text Example
White with #F82D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D6D; }
p { color: rgb(248,45,109); }
H1.HeaderClassName
{
color: #F82D6D;
}
.AnyTagClassName
{
color: #F82D6D;
}
</style>
background-color css
<style>
a { background-color: #F82D6D; }
a { background-color: rgb(248,45,109); }
div.DivClassName
{
background-color: #F82D6D;
}
.BgClassName
{
background-color: #F82D6D;
}
</style>
border-color css
<style>
span { border-color: #F82D6D; }
span { border-color: rgb(248,45,109); }
td.TdClassName
{
border-color: #F82D6D;
}
.TagClassName
{
border-color: #F82D6D;
}
</style>