Shades of Radical Red #FF2E75
Tints of Radical Red #FF2E75
RGB
CMYK
RGB Variations
Color information
#FF2E75 (or 0xFF2E75) is known color: Radical Red. HEX triplet: FF, 2E and 75. RGB value is (255,46,117). Sum of RGB (Red+Green+Blue) = 255+46+117=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E75 is #00D18A. Grayscale: #747474. Windows color (decimal): -53643 or 7679743. OLE color: 7679743.
HSL color Cylindrical-coordinate representation of color #FF2E75: hue angle of 339.62º 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 #FF2E75 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 117 | - |
| CMYK | 0 | 0.82 | 0.54 | 0 |
| HSL | 339.62º | 1% | 0.59% | - |
| HSV(B) | 339.62º | 0.82% | 1% | - |
| XYZ | 45.43 | 24.5 | 19.16 | - |
| YUV | 116.59 | 128.24 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 117 | 0 | 0.82 | 0.54 | 0 | 339.62 | 1 | 0.59 |
| Hex | FF | 2E | 75 | 0 | 52 | 36 | 0 | 154 | 64 | 3B |
| Octal | 377 | 56 | 165 | 0 | 122 | 66 | 0 | 524 | 144 | 73 |
| Binary | 11111111 | 101110 | 1110101 | 0 | 1010010 | 110110 | 0 | 101010100 | 1100100 | 111011 |
Color Harmonies of #FF2E75
Complementary color
Monochromatic Colors of #FF2E75
Black with #FF2E75
Text Example
Text Example
White with #FF2E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E75; }
p { color: rgb(255,46,117); }
H1.HeaderClassName
{
color: #FF2E75;
}
.AnyTagClassName
{
color: #FF2E75;
}
</style>
background-color css
<style>
a { background-color: #FF2E75; }
a { background-color: rgb(255,46,117); }
div.DivClassName
{
background-color: #FF2E75;
}
.BgClassName
{
background-color: #FF2E75;
}
</style>
border-color css
<style>
span { border-color: #FF2E75; }
span { border-color: rgb(255,46,117); }
td.TdClassName
{
border-color: #FF2E75;
}
.TagClassName
{
border-color: #FF2E75;
}
</style>