Shades of Radical Red #FF4650
Tints of Radical Red #FF4650
RGB
CMYK
RGB Variations
Color information
#FF4650 (or 0xFF4650) is known color: Radical Red. HEX triplet: FF, 46 and 50. RGB value is (255,70,80). Sum of RGB (Red+Green+Blue) = 255+70+80=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4650 is #00B9AF. Grayscale: #7E7E7E. Windows color (decimal): -47536 or 5261055. OLE color: 5261055.
HSL color Cylindrical-coordinate representation of color #FF4650: hue angle of 356.76º 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 #FF4650 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 80 | - |
| CMYK | 0 | 0.73 | 0.69 | 0 |
| HSL | 356.76º | 1% | 0.64% | - |
| HSV(B) | 356.76º | 0.73% | 1% | - |
| XYZ | 44.88 | 26.22 | 10.28 | - |
| YUV | 126.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 80 | 0 | 0.73 | 0.69 | 0 | 356.76 | 1 | 0.64 |
| Hex | FF | 46 | 50 | 0 | 49 | 45 | 0 | 165 | 64 | 40 |
| Octal | 377 | 106 | 120 | 0 | 111 | 105 | 0 | 545 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1010000 | 0 | 1001001 | 1000101 | 0 | 101100101 | 1100100 | 1000000 |
Color Harmonies of #FF4650
Complementary color
Monochromatic Colors of #FF4650
Black with #FF4650
Text Example
Text Example
White with #FF4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4650; }
p { color: rgb(255,70,80); }
H1.HeaderClassName
{
color: #FF4650;
}
.AnyTagClassName
{
color: #FF4650;
}
</style>
background-color css
<style>
a { background-color: #FF4650; }
a { background-color: rgb(255,70,80); }
div.DivClassName
{
background-color: #FF4650;
}
.BgClassName
{
background-color: #FF4650;
}
</style>
border-color css
<style>
span { border-color: #FF4650; }
span { border-color: rgb(255,70,80); }
td.TdClassName
{
border-color: #FF4650;
}
.TagClassName
{
border-color: #FF4650;
}
</style>