Shades of Radical Red #FF2458
Tints of Radical Red #FF2458
RGB
CMYK
RGB Variations
Color information
#FF2458 (or 0xFF2458) is known color: Radical Red. HEX triplet: FF, 24 and 58. RGB value is (255,36,88). Sum of RGB (Red+Green+Blue) = 255+36+88=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2458 is #00DBA7. Grayscale: #6B6B6B. Windows color (decimal): -56232 or 5776639. OLE color: 5776639.
HSL color Cylindrical-coordinate representation of color #FF2458: hue angle of 345.75º 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 #FF2458 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 88 | - |
| CMYK | 0 | 0.86 | 0.65 | 0 |
| HSL | 345.75º | 1% | 0.57% | - |
| HSV(B) | 345.75º | 0.86% | 1% | - |
| XYZ | 43.63 | 23.23 | 11.42 | - |
| YUV | 107.41 | 117.05 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 88 | 0 | 0.86 | 0.65 | 0 | 345.75 | 1 | 0.57 |
| Hex | FF | 24 | 58 | 0 | 56 | 41 | 0 | 15A | 64 | 39 |
| Octal | 377 | 44 | 130 | 0 | 126 | 101 | 0 | 532 | 144 | 71 |
| Binary | 11111111 | 100100 | 1011000 | 0 | 1010110 | 1000001 | 0 | 101011010 | 1100100 | 111001 |
Color Harmonies of #FF2458
Complementary color
Monochromatic Colors of #FF2458
Black with #FF2458
Text Example
Text Example
White with #FF2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2458; }
p { color: rgb(255,36,88); }
H1.HeaderClassName
{
color: #FF2458;
}
.AnyTagClassName
{
color: #FF2458;
}
</style>
background-color css
<style>
a { background-color: #FF2458; }
a { background-color: rgb(255,36,88); }
div.DivClassName
{
background-color: #FF2458;
}
.BgClassName
{
background-color: #FF2458;
}
</style>
border-color css
<style>
span { border-color: #FF2458; }
span { border-color: rgb(255,36,88); }
td.TdClassName
{
border-color: #FF2458;
}
.TagClassName
{
border-color: #FF2458;
}
</style>