Shades of Radical Red #FF2A69
Tints of Radical Red #FF2A69
RGB
CMYK
RGB Variations
Color information
#FF2A69 (or 0xFF2A69) is known color: Radical Red. HEX triplet: FF, 2A and 69. RGB value is (255,42,105). Sum of RGB (Red+Green+Blue) = 255+42+105=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A69 is #00D596. Grayscale: #707070. Windows color (decimal): -54679 or 6892287. OLE color: 6892287.
HSL color Cylindrical-coordinate representation of color #FF2A69: hue angle of 342.25º 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 #FF2A69 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 105 | - |
| CMYK | 0 | 0.84 | 0.59 | 0 |
| HSL | 342.25º | 1% | 0.58% | - |
| HSV(B) | 342.25º | 0.84% | 1% | - |
| XYZ | 44.62 | 23.94 | 15.63 | - |
| YUV | 112.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 105 | 0 | 0.84 | 0.59 | 0 | 342.25 | 1 | 0.58 |
| Hex | FF | 2A | 69 | 0 | 54 | 3B | 0 | 156 | 64 | 3A |
| Octal | 377 | 52 | 151 | 0 | 124 | 73 | 0 | 526 | 144 | 72 |
| Binary | 11111111 | 101010 | 1101001 | 0 | 1010100 | 111011 | 0 | 101010110 | 1100100 | 111010 |
Color Harmonies of #FF2A69
Complementary color
Monochromatic Colors of #FF2A69
Black with #FF2A69
Text Example
Text Example
White with #FF2A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A69; }
p { color: rgb(255,42,105); }
H1.HeaderClassName
{
color: #FF2A69;
}
.AnyTagClassName
{
color: #FF2A69;
}
</style>
background-color css
<style>
a { background-color: #FF2A69; }
a { background-color: rgb(255,42,105); }
div.DivClassName
{
background-color: #FF2A69;
}
.BgClassName
{
background-color: #FF2A69;
}
</style>
border-color css
<style>
span { border-color: #FF2A69; }
span { border-color: rgb(255,42,105); }
td.TdClassName
{
border-color: #FF2A69;
}
.TagClassName
{
border-color: #FF2A69;
}
</style>