Shades of Radical Red #FF4A54
Tints of Radical Red #FF4A54
RGB
CMYK
RGB Variations
Color information
#FF4A54 (or 0xFF4A54) is known color: Radical Red. HEX triplet: FF, 4A and 54. RGB value is (255,74,84). Sum of RGB (Red+Green+Blue) = 255+74+84=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A54 is #00B5AB. Grayscale: #818181. Windows color (decimal): -46508 or 5524223. OLE color: 5524223.
HSL color Cylindrical-coordinate representation of color #FF4A54: hue angle of 356.69º 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 #FF4A54 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 84 | - |
| CMYK | 0 | 0.71 | 0.67 | 0 |
| HSL | 356.69º | 1% | 0.65% | - |
| HSV(B) | 356.69º | 0.71% | 1% | - |
| XYZ | 45.29 | 26.8 | 11.17 | - |
| YUV | 129.26 | 102.47 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 84 | 0 | 0.71 | 0.67 | 0 | 356.69 | 1 | 0.65 |
| Hex | FF | 4A | 54 | 0 | 47 | 43 | 0 | 165 | 64 | 41 |
| Octal | 377 | 112 | 124 | 0 | 107 | 103 | 0 | 545 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1010100 | 0 | 1000111 | 1000011 | 0 | 101100101 | 1100100 | 1000001 |
Color Harmonies of #FF4A54
Complementary color
Monochromatic Colors of #FF4A54
Black with #FF4A54
Text Example
Text Example
White with #FF4A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A54; }
p { color: rgb(255,74,84); }
H1.HeaderClassName
{
color: #FF4A54;
}
.AnyTagClassName
{
color: #FF4A54;
}
</style>
background-color css
<style>
a { background-color: #FF4A54; }
a { background-color: rgb(255,74,84); }
div.DivClassName
{
background-color: #FF4A54;
}
.BgClassName
{
background-color: #FF4A54;
}
</style>
border-color css
<style>
span { border-color: #FF4A54; }
span { border-color: rgb(255,74,84); }
td.TdClassName
{
border-color: #FF4A54;
}
.TagClassName
{
border-color: #FF4A54;
}
</style>