Shades of Radical Red #FF3C5D
Tints of Radical Red #FF3C5D
RGB
CMYK
RGB Variations
Color information
#FF3C5D (or 0xFF3C5D) is known color: Radical Red. HEX triplet: FF, 3C and 5D. RGB value is (255,60,93). Sum of RGB (Red+Green+Blue) = 255+60+93=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3C5D is #00C3A2. Grayscale: #7A7A7A. Windows color (decimal): -50083 or 6110463. OLE color: 6110463.
HSL color Cylindrical-coordinate representation of color #FF3C5D: hue angle of 349.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3C5D is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 93 | - |
| CMYK | 0 | 0.76 | 0.64 | 0 |
| HSL | 349.85º | 1% | 0.62% | - |
| HSV(B) | 349.85º | 0.76% | 1% | - |
| XYZ | 44.83 | 25.28 | 12.87 | - |
| YUV | 122.07 | 111.6 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 93 | 0 | 0.76 | 0.64 | 0 | 349.85 | 1 | 0.62 |
| Hex | FF | 3C | 5D | 0 | 4C | 40 | 0 | 15E | 64 | 3E |
| Octal | 377 | 74 | 135 | 0 | 114 | 100 | 0 | 536 | 144 | 76 |
| Binary | 11111111 | 111100 | 1011101 | 0 | 1001100 | 1000000 | 0 | 101011110 | 1100100 | 111110 |
Color Harmonies of #FF3C5D
Complementary color
Monochromatic Colors of #FF3C5D
Black with #FF3C5D
Text Example
Text Example
White with #FF3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C5D; }
p { color: rgb(255,60,93); }
H1.HeaderClassName
{
color: #FF3C5D;
}
.AnyTagClassName
{
color: #FF3C5D;
}
</style>
background-color css
<style>
a { background-color: #FF3C5D; }
a { background-color: rgb(255,60,93); }
div.DivClassName
{
background-color: #FF3C5D;
}
.BgClassName
{
background-color: #FF3C5D;
}
</style>
border-color css
<style>
span { border-color: #FF3C5D; }
span { border-color: rgb(255,60,93); }
td.TdClassName
{
border-color: #FF3C5D;
}
.TagClassName
{
border-color: #FF3C5D;
}
</style>