Shades of Radical Red #F8505E
Tints of Radical Red #F8505E
RGB
CMYK
RGB Variations
Color information
#F8505E (or 0xF8505E) is known color: Radical Red. HEX triplet: F8, 50 and 5E. RGB value is (248,80,94). Sum of RGB (Red+Green+Blue) = 248+80+94=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F8505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8505E is #07AFA1. Grayscale: #838383. Windows color (decimal): -503714 or 6181112. OLE color: 6181112.
HSL color Cylindrical-coordinate representation of color #F8505E: hue angle of 355º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F8505E is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 94 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.03 |
| HSL | 355º | 0.92% | 0.64% | - |
| HSV(B) | 355º | 0.68% | 0.97% | - |
| XYZ | 43.6 | 26.5 | 13.41 | - |
| YUV | 131.83 | 106.66 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 94 | 0 | 0.68 | 0.62 | 0.03 | 355 | 0.92 | 0.64 |
| Hex | F8 | 50 | 5E | 0 | 44 | 3E | 3 | 163 | 5C | 40 |
| Octal | 370 | 120 | 136 | 0 | 104 | 76 | 3 | 543 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1011110 | 0 | 1000100 | 111110 | 11 | 101100011 | 1011100 | 1000000 |
Color Harmonies of #F8505E
Complementary color
Monochromatic Colors of #F8505E
Black with #F8505E
Text Example
Text Example
White with #F8505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8505E; }
p { color: rgb(248,80,94); }
H1.HeaderClassName
{
color: #F8505E;
}
.AnyTagClassName
{
color: #F8505E;
}
</style>
background-color css
<style>
a { background-color: #F8505E; }
a { background-color: rgb(248,80,94); }
div.DivClassName
{
background-color: #F8505E;
}
.BgClassName
{
background-color: #F8505E;
}
</style>
border-color css
<style>
span { border-color: #F8505E; }
span { border-color: rgb(248,80,94); }
td.TdClassName
{
border-color: #F8505E;
}
.TagClassName
{
border-color: #F8505E;
}
</style>