Shades of Radical Red #FF2969
Tints of Radical Red #FF2969
RGB
CMYK
RGB Variations
Color information
#FF2969 (or 0xFF2969) is known color: Radical Red. HEX triplet: FF, 29 and 69. RGB value is (255,41,105). Sum of RGB (Red+Green+Blue) = 255+41+105=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2969 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2969 is #00D696. Grayscale: #707070. Windows color (decimal): -54935 or 6892031. OLE color: 6892031.
HSL color Cylindrical-coordinate representation of color #FF2969: hue angle of 342.06º 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 #FF2969 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 105 | - |
| CMYK | 0 | 0.84 | 0.59 | 0 |
| HSL | 342.06º | 1% | 0.58% | - |
| HSV(B) | 342.06º | 0.84% | 1% | - |
| XYZ | 44.58 | 23.87 | 15.62 | - |
| YUV | 112.28 | 123.9 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 105 | 0 | 0.84 | 0.59 | 0 | 342.06 | 1 | 0.58 |
| Hex | FF | 29 | 69 | 0 | 54 | 3B | 0 | 156 | 64 | 3A |
| Octal | 377 | 51 | 151 | 0 | 124 | 73 | 0 | 526 | 144 | 72 |
| Binary | 11111111 | 101001 | 1101001 | 0 | 1010100 | 111011 | 0 | 101010110 | 1100100 | 111010 |
Color Harmonies of #FF2969
Complementary color
Monochromatic Colors of #FF2969
Black with #FF2969
Text Example
Text Example
White with #FF2969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2969; }
p { color: rgb(255,41,105); }
H1.HeaderClassName
{
color: #FF2969;
}
.AnyTagClassName
{
color: #FF2969;
}
</style>
background-color css
<style>
a { background-color: #FF2969; }
a { background-color: rgb(255,41,105); }
div.DivClassName
{
background-color: #FF2969;
}
.BgClassName
{
background-color: #FF2969;
}
</style>
border-color css
<style>
span { border-color: #FF2969; }
span { border-color: rgb(255,41,105); }
td.TdClassName
{
border-color: #FF2969;
}
.TagClassName
{
border-color: #FF2969;
}
</style>