Shades of Radical Red #F8505A
Tints of Radical Red #F8505A
RGB
CMYK
RGB Variations
Color information
#F8505A (or 0xF8505A) is known color: Radical Red. HEX triplet: F8, 50 and 5A. RGB value is (248,80,90). Sum of RGB (Red+Green+Blue) = 248+80+90=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F8505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8505A is #07AFA5. Grayscale: #838383. Windows color (decimal): -503718 or 5918968. OLE color: 5918968.
HSL color Cylindrical-coordinate representation of color #F8505A: hue angle of 356.43º 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 #F8505A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 90 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.03 |
| HSL | 356.43º | 0.92% | 0.64% | - |
| HSV(B) | 356.43º | 0.68% | 0.97% | - |
| XYZ | 43.43 | 26.43 | 12.49 | - |
| YUV | 131.37 | 104.66 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 90 | 0 | 0.68 | 0.64 | 0.03 | 356.43 | 0.92 | 0.64 |
| Hex | F8 | 50 | 5A | 0 | 44 | 40 | 3 | 164 | 5C | 40 |
| Octal | 370 | 120 | 132 | 0 | 104 | 100 | 3 | 544 | 134 | 100 |
| Binary | 11111000 | 1010000 | 1011010 | 0 | 1000100 | 1000000 | 11 | 101100100 | 1011100 | 1000000 |
Color Harmonies of #F8505A
Complementary color
Monochromatic Colors of #F8505A
Black with #F8505A
Text Example
Text Example
White with #F8505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8505A; }
p { color: rgb(248,80,90); }
H1.HeaderClassName
{
color: #F8505A;
}
.AnyTagClassName
{
color: #F8505A;
}
</style>
background-color css
<style>
a { background-color: #F8505A; }
a { background-color: rgb(248,80,90); }
div.DivClassName
{
background-color: #F8505A;
}
.BgClassName
{
background-color: #F8505A;
}
</style>
border-color css
<style>
span { border-color: #F8505A; }
span { border-color: rgb(248,80,90); }
td.TdClassName
{
border-color: #F8505A;
}
.TagClassName
{
border-color: #F8505A;
}
</style>