Shades of Radical Red #F82C5A
Tints of Radical Red #F82C5A
RGB
CMYK
RGB Variations
Color information
#F82C5A (or 0xF82C5A) is known color: Radical Red. HEX triplet: F8, 2C and 5A. RGB value is (248,44,90). Sum of RGB (Red+Green+Blue) = 248+44+90=382 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.92% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 248 - color contains mainly: red. Hex color #F82C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F82C5A is #07D3A5. Grayscale: #6E6E6E. Windows color (decimal): -512934 or 5909752. OLE color: 5909752.
HSL color Cylindrical-coordinate representation of color #F82C5A: hue angle of 346.47º 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 #F82C5A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 90 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.03 |
| HSL | 346.47º | 0.94% | 0.57% | - |
| HSV(B) | 346.47º | 0.82% | 0.97% | - |
| XYZ | 41.46 | 22.5 | 11.83 | - |
| YUV | 110.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 90 | 0 | 0.82 | 0.64 | 0.03 | 346.47 | 0.94 | 0.57 |
| Hex | F8 | 2C | 5A | 0 | 52 | 40 | 3 | 15A | 5E | 39 |
| Octal | 370 | 54 | 132 | 0 | 122 | 100 | 3 | 532 | 136 | 71 |
| Binary | 11111000 | 101100 | 1011010 | 0 | 1010010 | 1000000 | 11 | 101011010 | 1011110 | 111001 |
Color Harmonies of #F82C5A
Complementary color
Monochromatic Colors of #F82C5A
Black with #F82C5A
Text Example
Text Example
White with #F82C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82C5A; }
p { color: rgb(248,44,90); }
H1.HeaderClassName
{
color: #F82C5A;
}
.AnyTagClassName
{
color: #F82C5A;
}
</style>
background-color css
<style>
a { background-color: #F82C5A; }
a { background-color: rgb(248,44,90); }
div.DivClassName
{
background-color: #F82C5A;
}
.BgClassName
{
background-color: #F82C5A;
}
</style>
border-color css
<style>
span { border-color: #F82C5A; }
span { border-color: rgb(248,44,90); }
td.TdClassName
{
border-color: #F82C5A;
}
.TagClassName
{
border-color: #F82C5A;
}
</style>