Shades of Radical Red #FF3A49
Tints of Radical Red #FF3A49
RGB
CMYK
RGB Variations
Color information
#FF3A49 (or 0xFF3A49) is known color: Radical Red. HEX triplet: FF, 3A and 49. RGB value is (255,58,73). Sum of RGB (Red+Green+Blue) = 255+58+73=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A49 is #00C5B6. Grayscale: #767676. Windows color (decimal): -50615 or 4799231. OLE color: 4799231.
HSL color Cylindrical-coordinate representation of color #FF3A49: hue angle of 355.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3A49 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 73 | - |
| CMYK | 0 | 0.77 | 0.71 | 0 |
| HSL | 355.43º | 1% | 0.61% | - |
| HSV(B) | 355.43º | 0.77% | 1% | - |
| XYZ | 43.96 | 24.77 | 8.77 | - |
| YUV | 118.61 | 102.27 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 73 | 0 | 0.77 | 0.71 | 0 | 355.43 | 1 | 0.61 |
| Hex | FF | 3A | 49 | 0 | 4D | 47 | 0 | 163 | 64 | 3D |
| Octal | 377 | 72 | 111 | 0 | 115 | 107 | 0 | 543 | 144 | 75 |
| Binary | 11111111 | 111010 | 1001001 | 0 | 1001101 | 1000111 | 0 | 101100011 | 1100100 | 111101 |
Color Harmonies of #FF3A49
Complementary color
Monochromatic Colors of #FF3A49
Black with #FF3A49
Text Example
Text Example
White with #FF3A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A49; }
p { color: rgb(255,58,73); }
H1.HeaderClassName
{
color: #FF3A49;
}
.AnyTagClassName
{
color: #FF3A49;
}
</style>
background-color css
<style>
a { background-color: #FF3A49; }
a { background-color: rgb(255,58,73); }
div.DivClassName
{
background-color: #FF3A49;
}
.BgClassName
{
background-color: #FF3A49;
}
</style>
border-color css
<style>
span { border-color: #FF3A49; }
span { border-color: rgb(255,58,73); }
td.TdClassName
{
border-color: #FF3A49;
}
.TagClassName
{
border-color: #FF3A49;
}
</style>