Shades of Radical Red #FF2A64
Tints of Radical Red #FF2A64
RGB
CMYK
RGB Variations
Color information
#FF2A64 (or 0xFF2A64) is known color: Radical Red. HEX triplet: FF, 2A and 64. RGB value is (255,42,100). Sum of RGB (Red+Green+Blue) = 255+42+100=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A64 is #00D59B. Grayscale: #707070. Windows color (decimal): -54684 or 6564607. OLE color: 6564607.
HSL color Cylindrical-coordinate representation of color #FF2A64: hue angle of 343.66º 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 #FF2A64 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 100 | - |
| CMYK | 0 | 0.84 | 0.61 | 0 |
| HSL | 343.66º | 1% | 0.58% | - |
| HSV(B) | 343.66º | 0.84% | 1% | - |
| XYZ | 44.37 | 23.84 | 14.32 | - |
| YUV | 112.3 | 121.07 | 229.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 100 | 0 | 0.84 | 0.61 | 0 | 343.66 | 1 | 0.58 |
| Hex | FF | 2A | 64 | 0 | 54 | 3D | 0 | 158 | 64 | 3A |
| Octal | 377 | 52 | 144 | 0 | 124 | 75 | 0 | 530 | 144 | 72 |
| Binary | 11111111 | 101010 | 1100100 | 0 | 1010100 | 111101 | 0 | 101011000 | 1100100 | 111010 |
Color Harmonies of #FF2A64
Complementary color
Monochromatic Colors of #FF2A64
Black with #FF2A64
Text Example
Text Example
White with #FF2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A64; }
p { color: rgb(255,42,100); }
H1.HeaderClassName
{
color: #FF2A64;
}
.AnyTagClassName
{
color: #FF2A64;
}
</style>
background-color css
<style>
a { background-color: #FF2A64; }
a { background-color: rgb(255,42,100); }
div.DivClassName
{
background-color: #FF2A64;
}
.BgClassName
{
background-color: #FF2A64;
}
</style>
border-color css
<style>
span { border-color: #FF2A64; }
span { border-color: rgb(255,42,100); }
td.TdClassName
{
border-color: #FF2A64;
}
.TagClassName
{
border-color: #FF2A64;
}
</style>