Shades of Radical Red #FF2D5C
Tints of Radical Red #FF2D5C
RGB
CMYK
RGB Variations
Color information
#FF2D5C (or 0xFF2D5C) is known color: Radical Red. HEX triplet: FF, 2D and 5C. RGB value is (255,45,92). Sum of RGB (Red+Green+Blue) = 255+45+92=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D5C is #00D2A3. Grayscale: #717171. Windows color (decimal): -53924 or 6041087. OLE color: 6041087.
HSL color Cylindrical-coordinate representation of color #FF2D5C: hue angle of 346.57º 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 #FF2D5C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 92 | - |
| CMYK | 0 | 0.82 | 0.64 | 0 |
| HSL | 346.57º | 1% | 0.59% | - |
| HSV(B) | 346.57º | 0.82% | 1% | - |
| XYZ | 44.11 | 23.91 | 12.42 | - |
| YUV | 113.15 | 116.07 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 92 | 0 | 0.82 | 0.64 | 0 | 346.57 | 1 | 0.59 |
| Hex | FF | 2D | 5C | 0 | 52 | 40 | 0 | 15B | 64 | 3B |
| Octal | 377 | 55 | 134 | 0 | 122 | 100 | 0 | 533 | 144 | 73 |
| Binary | 11111111 | 101101 | 1011100 | 0 | 1010010 | 1000000 | 0 | 101011011 | 1100100 | 111011 |
Color Harmonies of #FF2D5C
Complementary color
Monochromatic Colors of #FF2D5C
Black with #FF2D5C
Text Example
Text Example
White with #FF2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D5C; }
p { color: rgb(255,45,92); }
H1.HeaderClassName
{
color: #FF2D5C;
}
.AnyTagClassName
{
color: #FF2D5C;
}
</style>
background-color css
<style>
a { background-color: #FF2D5C; }
a { background-color: rgb(255,45,92); }
div.DivClassName
{
background-color: #FF2D5C;
}
.BgClassName
{
background-color: #FF2D5C;
}
</style>
border-color css
<style>
span { border-color: #FF2D5C; }
span { border-color: rgb(255,45,92); }
td.TdClassName
{
border-color: #FF2D5C;
}
.TagClassName
{
border-color: #FF2D5C;
}
</style>