Shades of Radical Red #F8485C
Tints of Radical Red #F8485C
RGB
CMYK
RGB Variations
Color information
#F8485C (or 0xF8485C) is known color: Radical Red. HEX triplet: F8, 48 and 5C. RGB value is (248,72,92). Sum of RGB (Red+Green+Blue) = 248+72+92=412 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.19% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 248 - color contains mainly: red. Hex color #F8485C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8485C is #07B7A3. Grayscale: #7F7F7F. Windows color (decimal): -505764 or 6047992. OLE color: 6047992.
HSL color Cylindrical-coordinate representation of color #F8485C: hue angle of 353.18º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8485C is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 92 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.03 |
| HSL | 353.18º | 0.93% | 0.63% | - |
| HSV(B) | 353.18º | 0.71% | 0.97% | - |
| XYZ | 42.96 | 25.36 | 12.76 | - |
| YUV | 126.9 | 108.31 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 92 | 0 | 0.71 | 0.63 | 0.03 | 353.18 | 0.93 | 0.63 |
| Hex | F8 | 48 | 5C | 0 | 47 | 3F | 3 | 161 | 5D | 3F |
| Octal | 370 | 110 | 134 | 0 | 107 | 77 | 3 | 541 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1011100 | 0 | 1000111 | 111111 | 11 | 101100001 | 1011101 | 111111 |
Color Harmonies of #F8485C
Complementary color
Monochromatic Colors of #F8485C
Black with #F8485C
Text Example
Text Example
White with #F8485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8485C; }
p { color: rgb(248,72,92); }
H1.HeaderClassName
{
color: #F8485C;
}
.AnyTagClassName
{
color: #F8485C;
}
</style>
background-color css
<style>
a { background-color: #F8485C; }
a { background-color: rgb(248,72,92); }
div.DivClassName
{
background-color: #F8485C;
}
.BgClassName
{
background-color: #F8485C;
}
</style>
border-color css
<style>
span { border-color: #F8485C; }
span { border-color: rgb(248,72,92); }
td.TdClassName
{
border-color: #F8485C;
}
.TagClassName
{
border-color: #F8485C;
}
</style>