Shades of Radical Red #FF2D68
Tints of Radical Red #FF2D68
RGB
CMYK
RGB Variations
Color information
#FF2D68 (or 0xFF2D68) is known color: Radical Red. HEX triplet: FF, 2D and 68. RGB value is (255,45,104). Sum of RGB (Red+Green+Blue) = 255+45+104=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D68 is #00D297. Grayscale: #727272. Windows color (decimal): -53912 or 6827519. OLE color: 6827519.
HSL color Cylindrical-coordinate representation of color #FF2D68: hue angle of 343.14º 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 #FF2D68 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 104 | - |
| CMYK | 0 | 0.82 | 0.59 | 0 |
| HSL | 343.14º | 1% | 0.59% | - |
| HSV(B) | 343.14º | 0.82% | 1% | - |
| XYZ | 44.68 | 24.14 | 15.4 | - |
| YUV | 114.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 104 | 0 | 0.82 | 0.59 | 0 | 343.14 | 1 | 0.59 |
| Hex | FF | 2D | 68 | 0 | 52 | 3B | 0 | 157 | 64 | 3B |
| Octal | 377 | 55 | 150 | 0 | 122 | 73 | 0 | 527 | 144 | 73 |
| Binary | 11111111 | 101101 | 1101000 | 0 | 1010010 | 111011 | 0 | 101010111 | 1100100 | 111011 |
Color Harmonies of #FF2D68
Complementary color
Monochromatic Colors of #FF2D68
Black with #FF2D68
Text Example
Text Example
White with #FF2D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D68; }
p { color: rgb(255,45,104); }
H1.HeaderClassName
{
color: #FF2D68;
}
.AnyTagClassName
{
color: #FF2D68;
}
</style>
background-color css
<style>
a { background-color: #FF2D68; }
a { background-color: rgb(255,45,104); }
div.DivClassName
{
background-color: #FF2D68;
}
.BgClassName
{
background-color: #FF2D68;
}
</style>
border-color css
<style>
span { border-color: #FF2D68; }
span { border-color: rgb(255,45,104); }
td.TdClassName
{
border-color: #FF2D68;
}
.TagClassName
{
border-color: #FF2D68;
}
</style>