Shades of Radical Red #FF2E68
Tints of Radical Red #FF2E68
RGB
CMYK
RGB Variations
Color information
#FF2E68 (or 0xFF2E68) is known color: Radical Red. HEX triplet: FF, 2E and 68. RGB value is (255,46,104). Sum of RGB (Red+Green+Blue) = 255+46+104=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2E68 is #00D197. Grayscale: #737373. Windows color (decimal): -53656 or 6827775. OLE color: 6827775.
HSL color Cylindrical-coordinate representation of color #FF2E68: hue angle of 343.35º 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 #FF2E68 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 46 | 104 | - |
| CMYK | 0 | 0.82 | 0.59 | 0 |
| HSL | 343.35º | 1% | 0.59% | - |
| HSV(B) | 343.35º | 0.82% | 1% | - |
| XYZ | 44.72 | 24.21 | 15.41 | - |
| YUV | 115.1 | 121.74 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 46 | 104 | 0 | 0.82 | 0.59 | 0 | 343.35 | 1 | 0.59 |
| Hex | FF | 2E | 68 | 0 | 52 | 3B | 0 | 157 | 64 | 3B |
| Octal | 377 | 56 | 150 | 0 | 122 | 73 | 0 | 527 | 144 | 73 |
| Binary | 11111111 | 101110 | 1101000 | 0 | 1010010 | 111011 | 0 | 101010111 | 1100100 | 111011 |
Color Harmonies of #FF2E68
Complementary color
Monochromatic Colors of #FF2E68
Black with #FF2E68
Text Example
Text Example
White with #FF2E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2E68; }
p { color: rgb(255,46,104); }
H1.HeaderClassName
{
color: #FF2E68;
}
.AnyTagClassName
{
color: #FF2E68;
}
</style>
background-color css
<style>
a { background-color: #FF2E68; }
a { background-color: rgb(255,46,104); }
div.DivClassName
{
background-color: #FF2E68;
}
.BgClassName
{
background-color: #FF2E68;
}
</style>
border-color css
<style>
span { border-color: #FF2E68; }
span { border-color: rgb(255,46,104); }
td.TdClassName
{
border-color: #FF2E68;
}
.TagClassName
{
border-color: #FF2E68;
}
</style>