Shades of Radical Red #FF505C
Tints of Radical Red #FF505C
RGB
CMYK
RGB Variations
Color information
#FF505C (or 0xFF505C) is known color: Radical Red. HEX triplet: FF, 50 and 5C. RGB value is (255,80,92). Sum of RGB (Red+Green+Blue) = 255+80+92=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF505C is #00AFA3. Grayscale: #858585. Windows color (decimal): -44964 or 6050047. OLE color: 6050047.
HSL color Cylindrical-coordinate representation of color #FF505C: hue angle of 355.89º 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 #FF505C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 92 | - |
| CMYK | 0 | 0.69 | 0.64 | 0 |
| HSL | 355.89º | 1% | 0.66% | - |
| HSV(B) | 355.89º | 0.69% | 1% | - |
| XYZ | 46.04 | 27.77 | 13.06 | - |
| YUV | 133.69 | 104.48 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 92 | 0 | 0.69 | 0.64 | 0 | 355.89 | 1 | 0.66 |
| Hex | FF | 50 | 5C | 0 | 45 | 40 | 0 | 164 | 64 | 42 |
| Octal | 377 | 120 | 134 | 0 | 105 | 100 | 0 | 544 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1011100 | 0 | 1000101 | 1000000 | 0 | 101100100 | 1100100 | 1000010 |
Color Harmonies of #FF505C
Complementary color
Monochromatic Colors of #FF505C
Black with #FF505C
Text Example
Text Example
White with #FF505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF505C; }
p { color: rgb(255,80,92); }
H1.HeaderClassName
{
color: #FF505C;
}
.AnyTagClassName
{
color: #FF505C;
}
</style>
background-color css
<style>
a { background-color: #FF505C; }
a { background-color: rgb(255,80,92); }
div.DivClassName
{
background-color: #FF505C;
}
.BgClassName
{
background-color: #FF505C;
}
</style>
border-color css
<style>
span { border-color: #FF505C; }
span { border-color: rgb(255,80,92); }
td.TdClassName
{
border-color: #FF505C;
}
.TagClassName
{
border-color: #FF505C;
}
</style>