Shades of Radical Red #FF1A5E
Tints of Radical Red #FF1A5E
RGB
CMYK
RGB Variations
Color information
#FF1A5E (or 0xFF1A5E) is known color: Radical Red. HEX triplet: FF, 1A and 5E. RGB value is (255,26,94). Sum of RGB (Red+Green+Blue) = 255+26+94=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A5E is #00E5A1. Grayscale: #666666. Windows color (decimal): -58786 or 6167295. OLE color: 6167295.
HSL color Cylindrical-coordinate representation of color #FF1A5E: hue angle of 342.18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A5E is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 94 | - |
| CMYK | 0 | 0.90 | 0.63 | 0 |
| HSL | 342.18º | 1% | 0.55% | - |
| HSV(B) | 342.18º | 0.9% | 1% | - |
| XYZ | 43.63 | 22.81 | 12.69 | - |
| YUV | 102.22 | 123.37 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 94 | 0 | 0.90 | 0.63 | 0 | 342.18 | 1 | 0.55 |
| Hex | FF | 1A | 5E | 0 | 5A | 3F | 0 | 156 | 64 | 37 |
| Octal | 377 | 32 | 136 | 0 | 132 | 77 | 0 | 526 | 144 | 67 |
| Binary | 11111111 | 11010 | 1011110 | 0 | 1011010 | 111111 | 0 | 101010110 | 1100100 | 110111 |
Color Harmonies of #FF1A5E
Complementary color
Monochromatic Colors of #FF1A5E
Black with #FF1A5E
Text Example
Text Example
White with #FF1A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A5E; }
p { color: rgb(255,26,94); }
H1.HeaderClassName
{
color: #FF1A5E;
}
.AnyTagClassName
{
color: #FF1A5E;
}
</style>
background-color css
<style>
a { background-color: #FF1A5E; }
a { background-color: rgb(255,26,94); }
div.DivClassName
{
background-color: #FF1A5E;
}
.BgClassName
{
background-color: #FF1A5E;
}
</style>
border-color css
<style>
span { border-color: #FF1A5E; }
span { border-color: rgb(255,26,94); }
td.TdClassName
{
border-color: #FF1A5E;
}
.TagClassName
{
border-color: #FF1A5E;
}
</style>