Shades of Radical Red #FF245B
Tints of Radical Red #FF245B
RGB
CMYK
RGB Variations
Color information
#FF245B (or 0xFF245B) is known color: Radical Red. HEX triplet: FF, 24 and 5B. RGB value is (255,36,91). Sum of RGB (Red+Green+Blue) = 255+36+91=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF245B is #00DBA4. Grayscale: #6B6B6B. Windows color (decimal): -56229 or 5973247. OLE color: 5973247.
HSL color Cylindrical-coordinate representation of color #FF245B: hue angle of 344.93º 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 #FF245B is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 91 | - |
| CMYK | 0 | 0.86 | 0.64 | 0 |
| HSL | 344.93º | 1% | 0.57% | - |
| HSV(B) | 344.93º | 0.86% | 1% | - |
| XYZ | 43.76 | 23.28 | 12.08 | - |
| YUV | 107.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 91 | 0 | 0.86 | 0.64 | 0 | 344.93 | 1 | 0.57 |
| Hex | FF | 24 | 5B | 0 | 56 | 40 | 0 | 159 | 64 | 39 |
| Octal | 377 | 44 | 133 | 0 | 126 | 100 | 0 | 531 | 144 | 71 |
| Binary | 11111111 | 100100 | 1011011 | 0 | 1010110 | 1000000 | 0 | 101011001 | 1100100 | 111001 |
Color Harmonies of #FF245B
Complementary color
Monochromatic Colors of #FF245B
Black with #FF245B
Text Example
Text Example
White with #FF245B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF245B; }
p { color: rgb(255,36,91); }
H1.HeaderClassName
{
color: #FF245B;
}
.AnyTagClassName
{
color: #FF245B;
}
</style>
background-color css
<style>
a { background-color: #FF245B; }
a { background-color: rgb(255,36,91); }
div.DivClassName
{
background-color: #FF245B;
}
.BgClassName
{
background-color: #FF245B;
}
</style>
border-color css
<style>
span { border-color: #FF245B; }
span { border-color: rgb(255,36,91); }
td.TdClassName
{
border-color: #FF245B;
}
.TagClassName
{
border-color: #FF245B;
}
</style>