Shades of Radical Red #F82B61
Tints of Radical Red #F82B61
RGB
CMYK
RGB Variations
Color information
#F82B61 (or 0xF82B61) is known color: Radical Red. HEX triplet: F8, 2B and 61. RGB value is (248,43,97). Sum of RGB (Red+Green+Blue) = 248+43+97=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F82B61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82B61 is #07D49E. Grayscale: #6E6E6E. Windows color (decimal): -513183 or 6368248. OLE color: 6368248.
HSL color Cylindrical-coordinate representation of color #F82B61: hue angle of 344.2º 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 #F82B61 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 43 | 97 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.03 |
| HSL | 344.2º | 0.94% | 0.57% | - |
| HSV(B) | 344.2º | 0.83% | 0.97% | - |
| XYZ | 41.73 | 22.55 | 13.46 | - |
| YUV | 110.45 | 120.42 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 43 | 97 | 0 | 0.83 | 0.61 | 0.03 | 344.2 | 0.94 | 0.57 |
| Hex | F8 | 2B | 61 | 0 | 53 | 3D | 3 | 158 | 5E | 39 |
| Octal | 370 | 53 | 141 | 0 | 123 | 75 | 3 | 530 | 136 | 71 |
| Binary | 11111000 | 101011 | 1100001 | 0 | 1010011 | 111101 | 11 | 101011000 | 1011110 | 111001 |
Color Harmonies of #F82B61
Complementary color
Monochromatic Colors of #F82B61
Black with #F82B61
Text Example
Text Example
White with #F82B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82B61; }
p { color: rgb(248,43,97); }
H1.HeaderClassName
{
color: #F82B61;
}
.AnyTagClassName
{
color: #F82B61;
}
</style>
background-color css
<style>
a { background-color: #F82B61; }
a { background-color: rgb(248,43,97); }
div.DivClassName
{
background-color: #F82B61;
}
.BgClassName
{
background-color: #F82B61;
}
</style>
border-color css
<style>
span { border-color: #F82B61; }
span { border-color: rgb(248,43,97); }
td.TdClassName
{
border-color: #F82B61;
}
.TagClassName
{
border-color: #F82B61;
}
</style>