Shades of Radical Red #FF2E5F
Tints of Radical Red #FF2E5F
RGB
CMYK
RGB Variations
Color information
#FF2E5F (or 0xFF2E5F) is known color: Radical Red. HEX triplet: FF, 2E and 5F. RGB value is (255,46,95). Sum of RGB (Red+Green+Blue) = 255+46+95=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E5F is #00D1A0. Grayscale: #727272. Windows color (decimal): -53665 or 6237951. OLE color: 6237951.
HSL color Cylindrical-coordinate representation of color #FF2E5F: hue angle of 345.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E5F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 95 | - |
| CMYK | 0 | 0.82 | 0.63 | 0 |
| HSL | 345.93º | 1% | 0.59% | - |
| HSV(B) | 345.93º | 0.82% | 1% | - |
| XYZ | 44.28 | 24.04 | 13.13 | - |
| YUV | 114.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 95 | 0 | 0.82 | 0.63 | 0 | 345.93 | 1 | 0.59 |
| Hex | FF | 2E | 5F | 0 | 52 | 3F | 0 | 15A | 64 | 3B |
| Octal | 377 | 56 | 137 | 0 | 122 | 77 | 0 | 532 | 144 | 73 |
| Binary | 11111111 | 101110 | 1011111 | 0 | 1010010 | 111111 | 0 | 101011010 | 1100100 | 111011 |
Color Harmonies of #FF2E5F
Complementary color
Monochromatic Colors of #FF2E5F
Black with #FF2E5F
Text Example
Text Example
White with #FF2E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E5F; }
p { color: rgb(255,46,95); }
H1.HeaderClassName
{
color: #FF2E5F;
}
.AnyTagClassName
{
color: #FF2E5F;
}
</style>
background-color css
<style>
a { background-color: #FF2E5F; }
a { background-color: rgb(255,46,95); }
div.DivClassName
{
background-color: #FF2E5F;
}
.BgClassName
{
background-color: #FF2E5F;
}
</style>
border-color css
<style>
span { border-color: #FF2E5F; }
span { border-color: rgb(255,46,95); }
td.TdClassName
{
border-color: #FF2E5F;
}
.TagClassName
{
border-color: #FF2E5F;
}
</style>