Shades of Radical Red #FF505A
Tints of Radical Red #FF505A
RGB
CMYK
RGB Variations
Color information
#FF505A (or 0xFF505A) is known color: Radical Red. HEX triplet: FF, 50 and 5A. RGB value is (255,80,90). Sum of RGB (Red+Green+Blue) = 255+80+90=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF505A is #00AFA5. Grayscale: #858585. Windows color (decimal): -44966 or 5918975. OLE color: 5918975.
HSL color Cylindrical-coordinate representation of color #FF505A: hue angle of 356.57º 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 #FF505A is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 90 | - |
| CMYK | 0 | 0.69 | 0.65 | 0 |
| HSL | 356.57º | 1% | 0.66% | - |
| HSV(B) | 356.57º | 0.69% | 1% | - |
| XYZ | 45.95 | 27.74 | 12.6 | - |
| YUV | 133.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 90 | 0 | 0.69 | 0.65 | 0 | 356.57 | 1 | 0.66 |
| Hex | FF | 50 | 5A | 0 | 45 | 41 | 0 | 165 | 64 | 42 |
| Octal | 377 | 120 | 132 | 0 | 105 | 101 | 0 | 545 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1011010 | 0 | 1000101 | 1000001 | 0 | 101100101 | 1100100 | 1000010 |
Color Harmonies of #FF505A
Complementary color
Monochromatic Colors of #FF505A
Black with #FF505A
Text Example
Text Example
White with #FF505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF505A; }
p { color: rgb(255,80,90); }
H1.HeaderClassName
{
color: #FF505A;
}
.AnyTagClassName
{
color: #FF505A;
}
</style>
background-color css
<style>
a { background-color: #FF505A; }
a { background-color: rgb(255,80,90); }
div.DivClassName
{
background-color: #FF505A;
}
.BgClassName
{
background-color: #FF505A;
}
</style>
border-color css
<style>
span { border-color: #FF505A; }
span { border-color: rgb(255,80,90); }
td.TdClassName
{
border-color: #FF505A;
}
.TagClassName
{
border-color: #FF505A;
}
</style>