Shades of Radical Red #FF4D61
Tints of Radical Red #FF4D61
RGB
CMYK
RGB Variations
Color information
#FF4D61 (or 0xFF4D61) is known color: Radical Red. HEX triplet: FF, 4D and 61. RGB value is (255,77,97). Sum of RGB (Red+Green+Blue) = 255+77+97=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4D61 is #00B29E. Grayscale: #848484. Windows color (decimal): -45727 or 6376959. OLE color: 6376959.
HSL color Cylindrical-coordinate representation of color #FF4D61: hue angle of 353.26º 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 #FF4D61 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 97 | - |
| CMYK | 0 | 0.70 | 0.62 | 0 |
| HSL | 353.26º | 1% | 0.65% | - |
| HSV(B) | 353.26º | 0.7% | 1% | - |
| XYZ | 46.05 | 27.43 | 14.18 | - |
| YUV | 132.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 97 | 0 | 0.70 | 0.62 | 0 | 353.26 | 1 | 0.65 |
| Hex | FF | 4D | 61 | 0 | 46 | 3E | 0 | 161 | 64 | 41 |
| Octal | 377 | 115 | 141 | 0 | 106 | 76 | 0 | 541 | 144 | 101 |
| Binary | 11111111 | 1001101 | 1100001 | 0 | 1000110 | 111110 | 0 | 101100001 | 1100100 | 1000001 |
Color Harmonies of #FF4D61
Complementary color
Monochromatic Colors of #FF4D61
Black with #FF4D61
Text Example
Text Example
White with #FF4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D61; }
p { color: rgb(255,77,97); }
H1.HeaderClassName
{
color: #FF4D61;
}
.AnyTagClassName
{
color: #FF4D61;
}
</style>
background-color css
<style>
a { background-color: #FF4D61; }
a { background-color: rgb(255,77,97); }
div.DivClassName
{
background-color: #FF4D61;
}
.BgClassName
{
background-color: #FF4D61;
}
</style>
border-color css
<style>
span { border-color: #FF4D61; }
span { border-color: rgb(255,77,97); }
td.TdClassName
{
border-color: #FF4D61;
}
.TagClassName
{
border-color: #FF4D61;
}
</style>