Shades of Radical Red #FF5055
Tints of Radical Red #FF5055
RGB
CMYK
RGB Variations
Color information
#FF5055 (or 0xFF5055) is known color: Radical Red. HEX triplet: FF, 50 and 55. RGB value is (255,80,85). Sum of RGB (Red+Green+Blue) = 255+80+85=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5055 is #00AFAA. Grayscale: #858585. Windows color (decimal): -44971 or 5591295. OLE color: 5591295.
HSL color Cylindrical-coordinate representation of color #FF5055: hue angle of 358.29º 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 #FF5055 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 85 | - |
| CMYK | 0 | 0.69 | 0.67 | 0 |
| HSL | 358.29º | 1% | 0.66% | - |
| HSV(B) | 358.29º | 0.69% | 1% | - |
| XYZ | 45.75 | 27.65 | 11.52 | - |
| YUV | 132.9 | 100.98 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 85 | 0 | 0.69 | 0.67 | 0 | 358.29 | 1 | 0.66 |
| Hex | FF | 50 | 55 | 0 | 45 | 43 | 0 | 166 | 64 | 42 |
| Octal | 377 | 120 | 125 | 0 | 105 | 103 | 0 | 546 | 144 | 102 |
| Binary | 11111111 | 1010000 | 1010101 | 0 | 1000101 | 1000011 | 0 | 101100110 | 1100100 | 1000010 |
Color Harmonies of #FF5055
Complementary color
Monochromatic Colors of #FF5055
Black with #FF5055
Text Example
Text Example
White with #FF5055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5055; }
p { color: rgb(255,80,85); }
H1.HeaderClassName
{
color: #FF5055;
}
.AnyTagClassName
{
color: #FF5055;
}
</style>
background-color css
<style>
a { background-color: #FF5055; }
a { background-color: rgb(255,80,85); }
div.DivClassName
{
background-color: #FF5055;
}
.BgClassName
{
background-color: #FF5055;
}
</style>
border-color css
<style>
span { border-color: #FF5055; }
span { border-color: rgb(255,80,85); }
td.TdClassName
{
border-color: #FF5055;
}
.TagClassName
{
border-color: #FF5055;
}
</style>