Shades of Radical Red #FF2961
Tints of Radical Red #FF2961
RGB
CMYK
RGB Variations
Color information
#FF2961 (or 0xFF2961) is known color: Radical Red. HEX triplet: FF, 29 and 61. RGB value is (255,41,97). Sum of RGB (Red+Green+Blue) = 255+41+97=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2961 is #00D69E. Grayscale: #6F6F6F. Windows color (decimal): -54943 or 6367743. OLE color: 6367743.
HSL color Cylindrical-coordinate representation of color #FF2961: hue angle of 344.3º 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 #FF2961 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 97 | - |
| CMYK | 0 | 0.84 | 0.62 | 0 |
| HSL | 344.3º | 1% | 0.58% | - |
| HSV(B) | 344.3º | 0.84% | 1% | - |
| XYZ | 44.19 | 23.71 | 13.56 | - |
| YUV | 111.37 | 119.9 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 97 | 0 | 0.84 | 0.62 | 0 | 344.3 | 1 | 0.58 |
| Hex | FF | 29 | 61 | 0 | 54 | 3E | 0 | 158 | 64 | 3A |
| Octal | 377 | 51 | 141 | 0 | 124 | 76 | 0 | 530 | 144 | 72 |
| Binary | 11111111 | 101001 | 1100001 | 0 | 1010100 | 111110 | 0 | 101011000 | 1100100 | 111010 |
Color Harmonies of #FF2961
Complementary color
Monochromatic Colors of #FF2961
Black with #FF2961
Text Example
Text Example
White with #FF2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2961; }
p { color: rgb(255,41,97); }
H1.HeaderClassName
{
color: #FF2961;
}
.AnyTagClassName
{
color: #FF2961;
}
</style>
background-color css
<style>
a { background-color: #FF2961; }
a { background-color: rgb(255,41,97); }
div.DivClassName
{
background-color: #FF2961;
}
.BgClassName
{
background-color: #FF2961;
}
</style>
border-color css
<style>
span { border-color: #FF2961; }
span { border-color: rgb(255,41,97); }
td.TdClassName
{
border-color: #FF2961;
}
.TagClassName
{
border-color: #FF2961;
}
</style>