Shades of Radical Red #FF2962
Tints of Radical Red #FF2962
RGB
CMYK
RGB Variations
Color information
#FF2962 (or 0xFF2962) is known color: Radical Red. HEX triplet: FF, 29 and 62. RGB value is (255,41,98). Sum of RGB (Red+Green+Blue) = 255+41+98=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2962 is #00D69D. Grayscale: #6F6F6F. Windows color (decimal): -54942 or 6433279. OLE color: 6433279.
HSL color Cylindrical-coordinate representation of color #FF2962: hue angle of 344.02º 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 #FF2962 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 98 | - |
| CMYK | 0 | 0.84 | 0.62 | 0 |
| HSL | 344.02º | 1% | 0.58% | - |
| HSV(B) | 344.02º | 0.84% | 1% | - |
| XYZ | 44.24 | 23.73 | 13.8 | - |
| YUV | 111.48 | 120.4 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 98 | 0 | 0.84 | 0.62 | 0 | 344.02 | 1 | 0.58 |
| Hex | FF | 29 | 62 | 0 | 54 | 3E | 0 | 158 | 64 | 3A |
| Octal | 377 | 51 | 142 | 0 | 124 | 76 | 0 | 530 | 144 | 72 |
| Binary | 11111111 | 101001 | 1100010 | 0 | 1010100 | 111110 | 0 | 101011000 | 1100100 | 111010 |
Color Harmonies of #FF2962
Complementary color
Monochromatic Colors of #FF2962
Black with #FF2962
Text Example
Text Example
White with #FF2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2962; }
p { color: rgb(255,41,98); }
H1.HeaderClassName
{
color: #FF2962;
}
.AnyTagClassName
{
color: #FF2962;
}
</style>
background-color css
<style>
a { background-color: #FF2962; }
a { background-color: rgb(255,41,98); }
div.DivClassName
{
background-color: #FF2962;
}
.BgClassName
{
background-color: #FF2962;
}
</style>
border-color css
<style>
span { border-color: #FF2962; }
span { border-color: rgb(255,41,98); }
td.TdClassName
{
border-color: #FF2962;
}
.TagClassName
{
border-color: #FF2962;
}
</style>