Shades of Radical Red #FF4D5C
Tints of Radical Red #FF4D5C
RGB
CMYK
RGB Variations
Color information
#FF4D5C (or 0xFF4D5C) is known color: Radical Red. HEX triplet: FF, 4D and 5C. RGB value is (255,77,92). Sum of RGB (Red+Green+Blue) = 255+77+92=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D5C is #00B2A3. Grayscale: #848484. Windows color (decimal): -45732 or 6049279. OLE color: 6049279.
HSL color Cylindrical-coordinate representation of color #FF4D5C: hue angle of 354.94º 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 #FF4D5C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 92 | - |
| CMYK | 0 | 0.70 | 0.64 | 0 |
| HSL | 354.94º | 1% | 0.65% | - |
| HSV(B) | 354.94º | 0.7% | 1% | - |
| XYZ | 45.83 | 27.34 | 12.99 | - |
| YUV | 131.93 | 105.47 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 92 | 0 | 0.70 | 0.64 | 0 | 354.94 | 1 | 0.65 |
| Hex | FF | 4D | 5C | 0 | 46 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 115 | 134 | 0 | 106 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1011100 | 0 | 1000110 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4D5C
Complementary color
Monochromatic Colors of #FF4D5C
Black with #FF4D5C
Text Example
Text Example
White with #FF4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D5C; }
p { color: rgb(255,77,92); }
H1.HeaderClassName
{
color: #FF4D5C;
}
.AnyTagClassName
{
color: #FF4D5C;
}
</style>
background-color css
<style>
a { background-color: #FF4D5C; }
a { background-color: rgb(255,77,92); }
div.DivClassName
{
background-color: #FF4D5C;
}
.BgClassName
{
background-color: #FF4D5C;
}
</style>
border-color css
<style>
span { border-color: #FF4D5C; }
span { border-color: rgb(255,77,92); }
td.TdClassName
{
border-color: #FF4D5C;
}
.TagClassName
{
border-color: #FF4D5C;
}
</style>