Shades of Radical Red #FF4056
Tints of Radical Red #FF4056
RGB
CMYK
RGB Variations
Color information
#FF4056 (or 0xFF4056) is known color: Radical Red. HEX triplet: FF, 40 and 56. RGB value is (255,64,86). Sum of RGB (Red+Green+Blue) = 255+64+86=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4056 is #00BFA9. Grayscale: #7B7B7B. Windows color (decimal): -49066 or 5652735. OLE color: 5652735.
HSL color Cylindrical-coordinate representation of color #FF4056: hue angle of 353.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4056 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 86 | - |
| CMYK | 0 | 0.75 | 0.66 | 0 |
| HSL | 353.09º | 1% | 0.63% | - |
| HSV(B) | 353.09º | 0.75% | 1% | - |
| XYZ | 44.75 | 25.6 | 11.39 | - |
| YUV | 123.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 86 | 0 | 0.75 | 0.66 | 0 | 353.09 | 1 | 0.63 |
| Hex | FF | 40 | 56 | 0 | 4B | 42 | 0 | 161 | 64 | 3F |
| Octal | 377 | 100 | 126 | 0 | 113 | 102 | 0 | 541 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1010110 | 0 | 1001011 | 1000010 | 0 | 101100001 | 1100100 | 111111 |
Color Harmonies of #FF4056
Complementary color
Monochromatic Colors of #FF4056
Black with #FF4056
Text Example
Text Example
White with #FF4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4056; }
p { color: rgb(255,64,86); }
H1.HeaderClassName
{
color: #FF4056;
}
.AnyTagClassName
{
color: #FF4056;
}
</style>
background-color css
<style>
a { background-color: #FF4056; }
a { background-color: rgb(255,64,86); }
div.DivClassName
{
background-color: #FF4056;
}
.BgClassName
{
background-color: #FF4056;
}
</style>
border-color css
<style>
span { border-color: #FF4056; }
span { border-color: rgb(255,64,86); }
td.TdClassName
{
border-color: #FF4056;
}
.TagClassName
{
border-color: #FF4056;
}
</style>