Shades of Radical Red #F82575
Tints of Radical Red #F82575
RGB
CMYK
RGB Variations
Color information
#F82575 (or 0xF82575) is known color: Radical Red. HEX triplet: F8, 25 and 75. RGB value is (248,37,117). Sum of RGB (Red+Green+Blue) = 248+37+117=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F82575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82575 is #07DA8A. Grayscale: #6D6D6D. Windows color (decimal): -514699 or 7677432. OLE color: 7677432.
HSL color Cylindrical-coordinate representation of color #F82575: hue angle of 337.25º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F82575 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 117 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.03 |
| HSL | 337.25º | 0.94% | 0.56% | - |
| HSV(B) | 337.25º | 0.85% | 0.97% | - |
| XYZ | 42.58 | 22.56 | 18.94 | - |
| YUV | 109.21 | 132.4 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 117 | 0 | 0.85 | 0.53 | 0.03 | 337.25 | 0.94 | 0.56 |
| Hex | F8 | 25 | 75 | 0 | 55 | 35 | 3 | 151 | 5E | 38 |
| Octal | 370 | 45 | 165 | 0 | 125 | 65 | 3 | 521 | 136 | 70 |
| Binary | 11111000 | 100101 | 1110101 | 0 | 1010101 | 110101 | 11 | 101010001 | 1011110 | 111000 |
Color Harmonies of #F82575
Complementary color
Monochromatic Colors of #F82575
Black with #F82575
Text Example
Text Example
White with #F82575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82575; }
p { color: rgb(248,37,117); }
H1.HeaderClassName
{
color: #F82575;
}
.AnyTagClassName
{
color: #F82575;
}
</style>
background-color css
<style>
a { background-color: #F82575; }
a { background-color: rgb(248,37,117); }
div.DivClassName
{
background-color: #F82575;
}
.BgClassName
{
background-color: #F82575;
}
</style>
border-color css
<style>
span { border-color: #F82575; }
span { border-color: rgb(248,37,117); }
td.TdClassName
{
border-color: #F82575;
}
.TagClassName
{
border-color: #F82575;
}
</style>