Shades of Radical Red #FF505B
Tints of Radical Red #FF505B
RGB
CMYK
RGB Variations
Color information
#FF505B (or 0xFF505B) is known color: Radical Red. HEX triplet: FF, 50 and 5B. RGB value is (255,80,91). Sum of RGB (Red+Green+Blue) = 255+80+91=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF505B is #00AFA4. Grayscale: #858585. Windows color (decimal): -44965 or 5984511. OLE color: 5984511.
HSL color Cylindrical-coordinate representation of color #FF505B: hue angle of 356.23º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF505B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 91 | - |
| CMYK | 0 | 0.69 | 0.64 | 0 |
| HSL | 356.23º | 1% | 0.66% | - |
| HSV(B) | 356.23º | 0.69% | 1% | - |
| XYZ | 46 | 27.75 | 12.83 | - |
| YUV | 133.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 91 | 0 | 0.69 | 0.64 | 0 | 356.23 | 1 | 0.66 |
| Hex | FF | 50 | 5B | 0 | 45 | 40 | 0 | 164 | 64 | 42 |
| Octal | 377 | 120 | 133 | 0 | 105 | 100 | 0 | 544 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1011011 | 0 | 1000101 | 1000000 | 0 | 101100100 | 1100100 | 1000010 |
Color Harmonies of #FF505B
Complementary color
Monochromatic Colors of #FF505B
Black with #FF505B
Text Example
Text Example
White with #FF505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF505B; }
p { color: rgb(255,80,91); }
H1.HeaderClassName
{
color: #FF505B;
}
.AnyTagClassName
{
color: #FF505B;
}
</style>
background-color css
<style>
a { background-color: #FF505B; }
a { background-color: rgb(255,80,91); }
div.DivClassName
{
background-color: #FF505B;
}
.BgClassName
{
background-color: #FF505B;
}
</style>
border-color css
<style>
span { border-color: #FF505B; }
span { border-color: rgb(255,80,91); }
td.TdClassName
{
border-color: #FF505B;
}
.TagClassName
{
border-color: #FF505B;
}
</style>