Shades of Radical Red #FF3A57
Tints of Radical Red #FF3A57
RGB
CMYK
RGB Variations
Color information
#FF3A57 (or 0xFF3A57) is known color: Radical Red. HEX triplet: FF, 3A and 57. RGB value is (255,58,87). Sum of RGB (Red+Green+Blue) = 255+58+87=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 58 (23.05% from 255 or 14.5% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A57 is #00C5A8. Grayscale: #787878. Windows color (decimal): -50601 or 5716735. OLE color: 5716735.
HSL color Cylindrical-coordinate representation of color #FF3A57: hue angle of 351.17º 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 #FF3A57 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 87 | - |
| CMYK | 0 | 0.77 | 0.66 | 0 |
| HSL | 351.17º | 1% | 0.61% | - |
| HSV(B) | 351.17º | 0.77% | 1% | - |
| XYZ | 44.47 | 24.97 | 11.49 | - |
| YUV | 120.21 | 109.27 | 224.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 87 | 0 | 0.77 | 0.66 | 0 | 351.17 | 1 | 0.61 |
| Hex | FF | 3A | 57 | 0 | 4D | 42 | 0 | 15F | 64 | 3D |
| Octal | 377 | 72 | 127 | 0 | 115 | 102 | 0 | 537 | 144 | 75 |
| Binary | 11111111 | 111010 | 1010111 | 0 | 1001101 | 1000010 | 0 | 101011111 | 1100100 | 111101 |
Color Harmonies of #FF3A57
Complementary color
Monochromatic Colors of #FF3A57
Black with #FF3A57
Text Example
Text Example
White with #FF3A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A57; }
p { color: rgb(255,58,87); }
H1.HeaderClassName
{
color: #FF3A57;
}
.AnyTagClassName
{
color: #FF3A57;
}
</style>
background-color css
<style>
a { background-color: #FF3A57; }
a { background-color: rgb(255,58,87); }
div.DivClassName
{
background-color: #FF3A57;
}
.BgClassName
{
background-color: #FF3A57;
}
</style>
border-color css
<style>
span { border-color: #FF3A57; }
span { border-color: rgb(255,58,87); }
td.TdClassName
{
border-color: #FF3A57;
}
.TagClassName
{
border-color: #FF3A57;
}
</style>