Shades of Radical Red #FF4550
Tints of Radical Red #FF4550
RGB
CMYK
RGB Variations
Color information
#FF4550 (or 0xFF4550) is known color: Radical Red. HEX triplet: FF, 45 and 50. RGB value is (255,69,80). Sum of RGB (Red+Green+Blue) = 255+69+80=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4550 is #00BAAF. Grayscale: #7E7E7E. Windows color (decimal): -47792 or 5260799. OLE color: 5260799.
HSL color Cylindrical-coordinate representation of color #FF4550: hue angle of 356.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4550 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 80 | - |
| CMYK | 0 | 0.73 | 0.69 | 0 |
| HSL | 356.45º | 1% | 0.64% | - |
| HSV(B) | 356.45º | 0.73% | 1% | - |
| XYZ | 44.82 | 26.1 | 10.26 | - |
| YUV | 125.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 80 | 0 | 0.73 | 0.69 | 0 | 356.45 | 1 | 0.64 |
| Hex | FF | 45 | 50 | 0 | 49 | 45 | 0 | 164 | 64 | 40 |
| Octal | 377 | 105 | 120 | 0 | 111 | 105 | 0 | 544 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1010000 | 0 | 1001001 | 1000101 | 0 | 101100100 | 1100100 | 1000000 |
Color Harmonies of #FF4550
Complementary color
Monochromatic Colors of #FF4550
Black with #FF4550
Text Example
Text Example
White with #FF4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4550; }
p { color: rgb(255,69,80); }
H1.HeaderClassName
{
color: #FF4550;
}
.AnyTagClassName
{
color: #FF4550;
}
</style>
background-color css
<style>
a { background-color: #FF4550; }
a { background-color: rgb(255,69,80); }
div.DivClassName
{
background-color: #FF4550;
}
.BgClassName
{
background-color: #FF4550;
}
</style>
border-color css
<style>
span { border-color: #FF4550; }
span { border-color: rgb(255,69,80); }
td.TdClassName
{
border-color: #FF4550;
}
.TagClassName
{
border-color: #FF4550;
}
</style>