Shades of Radical Red #FF3A5D
Tints of Radical Red #FF3A5D
RGB
CMYK
RGB Variations
Color information
#FF3A5D (or 0xFF3A5D) is known color: Radical Red. HEX triplet: FF, 3A and 5D. RGB value is (255,58,93). Sum of RGB (Red+Green+Blue) = 255+58+93=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A5D is #00C5A2. Grayscale: #787878. Windows color (decimal): -50595 or 6109951. OLE color: 6109951.
HSL color Cylindrical-coordinate representation of color #FF3A5D: hue angle of 349.34º 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 #FF3A5D is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 93 | - |
| CMYK | 0 | 0.77 | 0.64 | 0 |
| HSL | 349.34º | 1% | 0.61% | - |
| HSV(B) | 349.34º | 0.77% | 1% | - |
| XYZ | 44.73 | 25.08 | 12.84 | - |
| YUV | 120.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 93 | 0 | 0.77 | 0.64 | 0 | 349.34 | 1 | 0.61 |
| Hex | FF | 3A | 5D | 0 | 4D | 40 | 0 | 15D | 64 | 3D |
| Octal | 377 | 72 | 135 | 0 | 115 | 100 | 0 | 535 | 144 | 75 |
| Binary | 11111111 | 111010 | 1011101 | 0 | 1001101 | 1000000 | 0 | 101011101 | 1100100 | 111101 |
Color Harmonies of #FF3A5D
Complementary color
Monochromatic Colors of #FF3A5D
Black with #FF3A5D
Text Example
Text Example
White with #FF3A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A5D; }
p { color: rgb(255,58,93); }
H1.HeaderClassName
{
color: #FF3A5D;
}
.AnyTagClassName
{
color: #FF3A5D;
}
</style>
background-color css
<style>
a { background-color: #FF3A5D; }
a { background-color: rgb(255,58,93); }
div.DivClassName
{
background-color: #FF3A5D;
}
.BgClassName
{
background-color: #FF3A5D;
}
</style>
border-color css
<style>
span { border-color: #FF3A5D; }
span { border-color: rgb(255,58,93); }
td.TdClassName
{
border-color: #FF3A5D;
}
.TagClassName
{
border-color: #FF3A5D;
}
</style>