Shades of Radical Red #FF4D5F
Tints of Radical Red #FF4D5F
RGB
CMYK
RGB Variations
Color information
#FF4D5F (or 0xFF4D5F) is known color: Radical Red. HEX triplet: FF, 4D and 5F. RGB value is (255,77,95). Sum of RGB (Red+Green+Blue) = 255+77+95=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D5F is #00B2A0. Grayscale: #848484. Windows color (decimal): -45729 or 6245887. OLE color: 6245887.
HSL color Cylindrical-coordinate representation of color #FF4D5F: hue angle of 353.93º 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 #FF4D5F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 95 | - |
| CMYK | 0 | 0.70 | 0.63 | 0 |
| HSL | 353.93º | 1% | 0.65% | - |
| HSV(B) | 353.93º | 0.7% | 1% | - |
| XYZ | 45.96 | 27.39 | 13.69 | - |
| YUV | 132.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 95 | 0 | 0.70 | 0.63 | 0 | 353.93 | 1 | 0.65 |
| Hex | FF | 4D | 5F | 0 | 46 | 3F | 0 | 162 | 64 | 41 |
| Octal | 377 | 115 | 137 | 0 | 106 | 77 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1011111 | 0 | 1000110 | 111111 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4D5F
Complementary color
Monochromatic Colors of #FF4D5F
Black with #FF4D5F
Text Example
Text Example
White with #FF4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D5F; }
p { color: rgb(255,77,95); }
H1.HeaderClassName
{
color: #FF4D5F;
}
.AnyTagClassName
{
color: #FF4D5F;
}
</style>
background-color css
<style>
a { background-color: #FF4D5F; }
a { background-color: rgb(255,77,95); }
div.DivClassName
{
background-color: #FF4D5F;
}
.BgClassName
{
background-color: #FF4D5F;
}
</style>
border-color css
<style>
span { border-color: #FF4D5F; }
span { border-color: rgb(255,77,95); }
td.TdClassName
{
border-color: #FF4D5F;
}
.TagClassName
{
border-color: #FF4D5F;
}
</style>