Shades of Radical Red #FF4C5D
Tints of Radical Red #FF4C5D
RGB
CMYK
RGB Variations
Color information
#FF4C5D (or 0xFF4C5D) is known color: Radical Red. HEX triplet: FF, 4C and 5D. RGB value is (255,76,93). Sum of RGB (Red+Green+Blue) = 255+76+93=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C5D is #00B3A2. Grayscale: #838383. Windows color (decimal): -45987 or 6114559. OLE color: 6114559.
HSL color Cylindrical-coordinate representation of color #FF4C5D: hue angle of 354.3º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C5D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 93 | - |
| CMYK | 0 | 0.70 | 0.64 | 0 |
| HSL | 354.3º | 1% | 0.65% | - |
| HSV(B) | 354.3º | 0.7% | 1% | - |
| XYZ | 45.8 | 27.22 | 13.2 | - |
| YUV | 131.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 93 | 0 | 0.70 | 0.64 | 0 | 354.3 | 1 | 0.65 |
| Hex | FF | 4C | 5D | 0 | 46 | 40 | 0 | 162 | 64 | 41 |
| Octal | 377 | 114 | 135 | 0 | 106 | 100 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1011101 | 0 | 1000110 | 1000000 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4C5D
Complementary color
Monochromatic Colors of #FF4C5D
Black with #FF4C5D
Text Example
Text Example
White with #FF4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C5D; }
p { color: rgb(255,76,93); }
H1.HeaderClassName
{
color: #FF4C5D;
}
.AnyTagClassName
{
color: #FF4C5D;
}
</style>
background-color css
<style>
a { background-color: #FF4C5D; }
a { background-color: rgb(255,76,93); }
div.DivClassName
{
background-color: #FF4C5D;
}
.BgClassName
{
background-color: #FF4C5D;
}
</style>
border-color css
<style>
span { border-color: #FF4C5D; }
span { border-color: rgb(255,76,93); }
td.TdClassName
{
border-color: #FF4C5D;
}
.TagClassName
{
border-color: #FF4C5D;
}
</style>