Shades of Radical Red #FF2462
Tints of Radical Red #FF2462
RGB
CMYK
RGB Variations
Color information
#FF2462 (or 0xFF2462) is known color: Radical Red. HEX triplet: FF, 24 and 62. RGB value is (255,36,98). Sum of RGB (Red+Green+Blue) = 255+36+98=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2462 is #00DB9D. Grayscale: #6C6C6C. Windows color (decimal): -56222 or 6431999. OLE color: 6431999.
HSL color Cylindrical-coordinate representation of color #FF2462: hue angle of 343.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2462 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 98 | - |
| CMYK | 0 | 0.86 | 0.62 | 0 |
| HSL | 343.01º | 1% | 0.57% | - |
| HSV(B) | 343.01º | 0.86% | 1% | - |
| XYZ | 44.08 | 23.4 | 13.75 | - |
| YUV | 108.55 | 122.05 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 98 | 0 | 0.86 | 0.62 | 0 | 343.01 | 1 | 0.57 |
| Hex | FF | 24 | 62 | 0 | 56 | 3E | 0 | 157 | 64 | 39 |
| Octal | 377 | 44 | 142 | 0 | 126 | 76 | 0 | 527 | 144 | 71 |
| Binary | 11111111 | 100100 | 1100010 | 0 | 1010110 | 111110 | 0 | 101010111 | 1100100 | 111001 |
Color Harmonies of #FF2462
Complementary color
Monochromatic Colors of #FF2462
Black with #FF2462
Text Example
Text Example
White with #FF2462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2462; }
p { color: rgb(255,36,98); }
H1.HeaderClassName
{
color: #FF2462;
}
.AnyTagClassName
{
color: #FF2462;
}
</style>
background-color css
<style>
a { background-color: #FF2462; }
a { background-color: rgb(255,36,98); }
div.DivClassName
{
background-color: #FF2462;
}
.BgClassName
{
background-color: #FF2462;
}
</style>
border-color css
<style>
span { border-color: #FF2462; }
span { border-color: rgb(255,36,98); }
td.TdClassName
{
border-color: #FF2462;
}
.TagClassName
{
border-color: #FF2462;
}
</style>