Shades of Radical Red #FF1A6C
Tints of Radical Red #FF1A6C
RGB
CMYK
RGB Variations
Color information
#FF1A6C (or 0xFF1A6C) is known color: Radical Red. HEX triplet: FF, 1A and 6C. RGB value is (255,26,108). Sum of RGB (Red+Green+Blue) = 255+26+108=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 26 (10.55% from 255 or 6.68% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A6C is #00E593. Grayscale: #676767. Windows color (decimal): -58772 or 7084799. OLE color: 7084799.
HSL color Cylindrical-coordinate representation of color #FF1A6C: hue angle of 338.52º 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 #FF1A6C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 108 | - |
| CMYK | 0 | 0.90 | 0.58 | 0 |
| HSL | 338.52º | 1% | 0.55% | - |
| HSV(B) | 338.52º | 0.9% | 1% | - |
| XYZ | 44.32 | 23.08 | 16.31 | - |
| YUV | 103.82 | 130.37 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 108 | 0 | 0.90 | 0.58 | 0 | 338.52 | 1 | 0.55 |
| Hex | FF | 1A | 6C | 0 | 5A | 3A | 0 | 153 | 64 | 37 |
| Octal | 377 | 32 | 154 | 0 | 132 | 72 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11010 | 1101100 | 0 | 1011010 | 111010 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF1A6C
Complementary color
Monochromatic Colors of #FF1A6C
Black with #FF1A6C
Text Example
Text Example
White with #FF1A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A6C; }
p { color: rgb(255,26,108); }
H1.HeaderClassName
{
color: #FF1A6C;
}
.AnyTagClassName
{
color: #FF1A6C;
}
</style>
background-color css
<style>
a { background-color: #FF1A6C; }
a { background-color: rgb(255,26,108); }
div.DivClassName
{
background-color: #FF1A6C;
}
.BgClassName
{
background-color: #FF1A6C;
}
</style>
border-color css
<style>
span { border-color: #FF1A6C; }
span { border-color: rgb(255,26,108); }
td.TdClassName
{
border-color: #FF1A6C;
}
.TagClassName
{
border-color: #FF1A6C;
}
</style>