Shades of Radical Red #F8505B
Tints of Radical Red #F8505B
RGB
CMYK
RGB Variations
Color information
#F8505B (or 0xF8505B) is known color: Radical Red. HEX triplet: F8, 50 and 5B. RGB value is (248,80,91). Sum of RGB (Red+Green+Blue) = 248+80+91=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F8505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8505B is #07AFA4. Grayscale: #838383. Windows color (decimal): -503717 or 5984504. OLE color: 5984504.
HSL color Cylindrical-coordinate representation of color #F8505B: hue angle of 356.07º 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 #F8505B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 91 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.03 |
| HSL | 356.07º | 0.92% | 0.64% | - |
| HSV(B) | 356.07º | 0.68% | 0.97% | - |
| XYZ | 43.47 | 26.45 | 12.71 | - |
| YUV | 131.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 91 | 0 | 0.68 | 0.63 | 0.03 | 356.07 | 0.92 | 0.64 |
| Hex | F8 | 50 | 5B | 0 | 44 | 3F | 3 | 164 | 5C | 40 |
| Octal | 370 | 120 | 133 | 0 | 104 | 77 | 3 | 544 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1011011 | 0 | 1000100 | 111111 | 11 | 101100100 | 1011100 | 1000000 |
Color Harmonies of #F8505B
Complementary color
Monochromatic Colors of #F8505B
Black with #F8505B
Text Example
Text Example
White with #F8505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8505B; }
p { color: rgb(248,80,91); }
H1.HeaderClassName
{
color: #F8505B;
}
.AnyTagClassName
{
color: #F8505B;
}
</style>
background-color css
<style>
a { background-color: #F8505B; }
a { background-color: rgb(248,80,91); }
div.DivClassName
{
background-color: #F8505B;
}
.BgClassName
{
background-color: #F8505B;
}
</style>
border-color css
<style>
span { border-color: #F8505B; }
span { border-color: rgb(248,80,91); }
td.TdClassName
{
border-color: #F8505B;
}
.TagClassName
{
border-color: #F8505B;
}
</style>