Shades of Radical Red #F8245C
Tints of Radical Red #F8245C
RGB
CMYK
RGB Variations
Color information
#F8245C (or 0xF8245C) is known color: Radical Red. HEX triplet: F8, 24 and 5C. RGB value is (248,36,92). Sum of RGB (Red+Green+Blue) = 248+36+92=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8245C is #07DBA3. Grayscale: #696969. Windows color (decimal): -514980 or 6038776. OLE color: 6038776.
HSL color Cylindrical-coordinate representation of color #F8245C: hue angle of 344.15º 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 #F8245C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 36 | 92 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.03 |
| HSL | 344.15º | 0.94% | 0.56% | - |
| HSV(B) | 344.15º | 0.85% | 0.97% | - |
| XYZ | 41.27 | 21.99 | 12.19 | - |
| YUV | 105.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 36 | 92 | 0 | 0.85 | 0.63 | 0.03 | 344.15 | 0.94 | 0.56 |
| Hex | F8 | 24 | 5C | 0 | 55 | 3F | 3 | 158 | 5E | 38 |
| Octal | 370 | 44 | 134 | 0 | 125 | 77 | 3 | 530 | 136 | 70 |
| Binary | 11111000 | 100100 | 1011100 | 0 | 1010101 | 111111 | 11 | 101011000 | 1011110 | 111000 |
Color Harmonies of #F8245C
Complementary color
Monochromatic Colors of #F8245C
Black with #F8245C
Text Example
Text Example
White with #F8245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8245C; }
p { color: rgb(248,36,92); }
H1.HeaderClassName
{
color: #F8245C;
}
.AnyTagClassName
{
color: #F8245C;
}
</style>
background-color css
<style>
a { background-color: #F8245C; }
a { background-color: rgb(248,36,92); }
div.DivClassName
{
background-color: #F8245C;
}
.BgClassName
{
background-color: #F8245C;
}
</style>
border-color css
<style>
span { border-color: #F8245C; }
span { border-color: rgb(248,36,92); }
td.TdClassName
{
border-color: #F8245C;
}
.TagClassName
{
border-color: #F8245C;
}
</style>