Shades of Radical Red #F82461
Tints of Radical Red #F82461
RGB
CMYK
RGB Variations
Color information
#F82461 (or 0xF82461) is known color: Radical Red. HEX triplet: F8, 24 and 61. RGB value is (248,36,97). Sum of RGB (Red+Green+Blue) = 248+36+97=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 36 (14.45% from 255 or 9.45% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F82461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82461 is #07DB9E. Grayscale: #6A6A6A. Windows color (decimal): -514975 or 6366456. OLE color: 6366456.
HSL color Cylindrical-coordinate representation of color #F82461: hue angle of 342.74º 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 #F82461 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 97 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.03 |
| HSL | 342.74º | 0.94% | 0.56% | - |
| HSV(B) | 342.74º | 0.85% | 0.97% | - |
| XYZ | 41.5 | 22.08 | 13.38 | - |
| YUV | 106.34 | 122.74 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 97 | 0 | 0.85 | 0.61 | 0.03 | 342.74 | 0.94 | 0.56 |
| Hex | F8 | 24 | 61 | 0 | 55 | 3D | 3 | 157 | 5E | 38 |
| Octal | 370 | 44 | 141 | 0 | 125 | 75 | 3 | 527 | 136 | 70 |
| Binary | 11111000 | 100100 | 1100001 | 0 | 1010101 | 111101 | 11 | 101010111 | 1011110 | 111000 |
Color Harmonies of #F82461
Complementary color
Monochromatic Colors of #F82461
Black with #F82461
Text Example
Text Example
White with #F82461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82461; }
p { color: rgb(248,36,97); }
H1.HeaderClassName
{
color: #F82461;
}
.AnyTagClassName
{
color: #F82461;
}
</style>
background-color css
<style>
a { background-color: #F82461; }
a { background-color: rgb(248,36,97); }
div.DivClassName
{
background-color: #F82461;
}
.BgClassName
{
background-color: #F82461;
}
</style>
border-color css
<style>
span { border-color: #F82461; }
span { border-color: rgb(248,36,97); }
td.TdClassName
{
border-color: #F82461;
}
.TagClassName
{
border-color: #F82461;
}
</style>