Shades of Radical Red #FF4A55
Tints of Radical Red #FF4A55
RGB
CMYK
RGB Variations
Color information
#FF4A55 (or 0xFF4A55) is known color: Radical Red. HEX triplet: FF, 4A and 55. RGB value is (255,74,85). Sum of RGB (Red+Green+Blue) = 255+74+85=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A55 is #00B5AA. Grayscale: #818181. Windows color (decimal): -46507 or 5589759. OLE color: 5589759.
HSL color Cylindrical-coordinate representation of color #FF4A55: hue angle of 356.35º 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 #FF4A55 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 85 | - |
| CMYK | 0 | 0.71 | 0.67 | 0 |
| HSL | 356.35º | 1% | 0.65% | - |
| HSV(B) | 356.35º | 0.71% | 1% | - |
| XYZ | 45.33 | 26.81 | 11.38 | - |
| YUV | 129.37 | 102.97 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 85 | 0 | 0.71 | 0.67 | 0 | 356.35 | 1 | 0.65 |
| Hex | FF | 4A | 55 | 0 | 47 | 43 | 0 | 164 | 64 | 41 |
| Octal | 377 | 112 | 125 | 0 | 107 | 103 | 0 | 544 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1010101 | 0 | 1000111 | 1000011 | 0 | 101100100 | 1100100 | 1000001 |
Color Harmonies of #FF4A55
Complementary color
Monochromatic Colors of #FF4A55
Black with #FF4A55
Text Example
Text Example
White with #FF4A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A55; }
p { color: rgb(255,74,85); }
H1.HeaderClassName
{
color: #FF4A55;
}
.AnyTagClassName
{
color: #FF4A55;
}
</style>
background-color css
<style>
a { background-color: #FF4A55; }
a { background-color: rgb(255,74,85); }
div.DivClassName
{
background-color: #FF4A55;
}
.BgClassName
{
background-color: #FF4A55;
}
</style>
border-color css
<style>
span { border-color: #FF4A55; }
span { border-color: rgb(255,74,85); }
td.TdClassName
{
border-color: #FF4A55;
}
.TagClassName
{
border-color: #FF4A55;
}
</style>