Shades of Radical Red #FF4A56
Tints of Radical Red #FF4A56
RGB
CMYK
RGB Variations
Color information
#FF4A56 (or 0xFF4A56) is known color: Radical Red. HEX triplet: FF, 4A and 56. RGB value is (255,74,86). Sum of RGB (Red+Green+Blue) = 255+74+86=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A56 is #00B5A9. Grayscale: #818181. Windows color (decimal): -46506 or 5655295. OLE color: 5655295.
HSL color Cylindrical-coordinate representation of color #FF4A56: hue angle of 356.02º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A56 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 86 | - |
| CMYK | 0 | 0.71 | 0.66 | 0 |
| HSL | 356.02º | 1% | 0.65% | - |
| HSV(B) | 356.02º | 0.71% | 1% | - |
| XYZ | 45.37 | 26.83 | 11.59 | - |
| YUV | 129.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 86 | 0 | 0.71 | 0.66 | 0 | 356.02 | 1 | 0.65 |
| Hex | FF | 4A | 56 | 0 | 47 | 42 | 0 | 164 | 64 | 41 |
| Octal | 377 | 112 | 126 | 0 | 107 | 102 | 0 | 544 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1010110 | 0 | 1000111 | 1000010 | 0 | 101100100 | 1100100 | 1000001 |
Color Harmonies of #FF4A56
Complementary color
Monochromatic Colors of #FF4A56
Black with #FF4A56
Text Example
Text Example
White with #FF4A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A56; }
p { color: rgb(255,74,86); }
H1.HeaderClassName
{
color: #FF4A56;
}
.AnyTagClassName
{
color: #FF4A56;
}
</style>
background-color css
<style>
a { background-color: #FF4A56; }
a { background-color: rgb(255,74,86); }
div.DivClassName
{
background-color: #FF4A56;
}
.BgClassName
{
background-color: #FF4A56;
}
</style>
border-color css
<style>
span { border-color: #FF4A56; }
span { border-color: rgb(255,74,86); }
td.TdClassName
{
border-color: #FF4A56;
}
.TagClassName
{
border-color: #FF4A56;
}
</style>