Shades of Radical Red #FF1A70
Tints of Radical Red #FF1A70
RGB
CMYK
RGB Variations
Color information
#FF1A70 (or 0xFF1A70) is known color: Radical Red. HEX triplet: FF, 1A and 70. RGB value is (255,26,112). Sum of RGB (Red+Green+Blue) = 255+26+112=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A70 is #00E58F. Grayscale: #686868. Windows color (decimal): -58768 or 7346943. OLE color: 7346943.
HSL color Cylindrical-coordinate representation of color #FF1A70: hue angle of 337.47º 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 #FF1A70 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 112 | - |
| CMYK | 0 | 0.90 | 0.56 | 0 |
| HSL | 337.47º | 1% | 0.55% | - |
| HSV(B) | 337.47º | 0.9% | 1% | - |
| XYZ | 44.53 | 23.17 | 17.45 | - |
| YUV | 104.28 | 132.37 | 235.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 112 | 0 | 0.90 | 0.56 | 0 | 337.47 | 1 | 0.55 |
| Hex | FF | 1A | 70 | 0 | 5A | 38 | 0 | 151 | 64 | 37 |
| Octal | 377 | 32 | 160 | 0 | 132 | 70 | 0 | 521 | 144 | 67 |
| Binary | 11111111 | 11010 | 1110000 | 0 | 1011010 | 111000 | 0 | 101010001 | 1100100 | 110111 |
Color Harmonies of #FF1A70
Complementary color
Monochromatic Colors of #FF1A70
Black with #FF1A70
Text Example
Text Example
White with #FF1A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A70; }
p { color: rgb(255,26,112); }
H1.HeaderClassName
{
color: #FF1A70;
}
.AnyTagClassName
{
color: #FF1A70;
}
</style>
background-color css
<style>
a { background-color: #FF1A70; }
a { background-color: rgb(255,26,112); }
div.DivClassName
{
background-color: #FF1A70;
}
.BgClassName
{
background-color: #FF1A70;
}
</style>
border-color css
<style>
span { border-color: #FF1A70; }
span { border-color: rgb(255,26,112); }
td.TdClassName
{
border-color: #FF1A70;
}
.TagClassName
{
border-color: #FF1A70;
}
</style>