Shades of Radical Red #FF2A6C
Tints of Radical Red #FF2A6C
RGB
CMYK
RGB Variations
Color information
#FF2A6C (or 0xFF2A6C) is known color: Radical Red. HEX triplet: FF, 2A and 6C. RGB value is (255,42,108). Sum of RGB (Red+Green+Blue) = 255+42+108=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A6C is #00D593. Grayscale: #717171. Windows color (decimal): -54676 or 7088895. OLE color: 7088895.
HSL color Cylindrical-coordinate representation of color #FF2A6C: hue angle of 341.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A6C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 108 | - |
| CMYK | 0 | 0.84 | 0.58 | 0 |
| HSL | 341.41º | 1% | 0.58% | - |
| HSV(B) | 341.41º | 0.84% | 1% | - |
| XYZ | 44.77 | 24 | 16.46 | - |
| YUV | 113.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 108 | 0 | 0.84 | 0.58 | 0 | 341.41 | 1 | 0.58 |
| Hex | FF | 2A | 6C | 0 | 54 | 3A | 0 | 155 | 64 | 3A |
| Octal | 377 | 52 | 154 | 0 | 124 | 72 | 0 | 525 | 144 | 72 |
| Binary | 11111111 | 101010 | 1101100 | 0 | 1010100 | 111010 | 0 | 101010101 | 1100100 | 111010 |
Color Harmonies of #FF2A6C
Complementary color
Monochromatic Colors of #FF2A6C
Black with #FF2A6C
Text Example
Text Example
White with #FF2A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A6C; }
p { color: rgb(255,42,108); }
H1.HeaderClassName
{
color: #FF2A6C;
}
.AnyTagClassName
{
color: #FF2A6C;
}
</style>
background-color css
<style>
a { background-color: #FF2A6C; }
a { background-color: rgb(255,42,108); }
div.DivClassName
{
background-color: #FF2A6C;
}
.BgClassName
{
background-color: #FF2A6C;
}
</style>
border-color css
<style>
span { border-color: #FF2A6C; }
span { border-color: rgb(255,42,108); }
td.TdClassName
{
border-color: #FF2A6C;
}
.TagClassName
{
border-color: #FF2A6C;
}
</style>