Shades of Radical Red #FF4C61
Tints of Radical Red #FF4C61
RGB
CMYK
RGB Variations
Color information
#FF4C61 (or 0xFF4C61) is known color: Radical Red. HEX triplet: FF, 4C and 61. RGB value is (255,76,97). Sum of RGB (Red+Green+Blue) = 255+76+97=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C61 is #00B39E. Grayscale: #848484. Windows color (decimal): -45983 or 6376703. OLE color: 6376703.
HSL color Cylindrical-coordinate representation of color #FF4C61: hue angle of 352.96º 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 #FF4C61 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 97 | - |
| CMYK | 0 | 0.70 | 0.62 | 0 |
| HSL | 352.96º | 1% | 0.65% | - |
| HSV(B) | 352.96º | 0.7% | 1% | - |
| XYZ | 45.98 | 27.29 | 14.15 | - |
| YUV | 131.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 97 | 0 | 0.70 | 0.62 | 0 | 352.96 | 1 | 0.65 |
| Hex | FF | 4C | 61 | 0 | 46 | 3E | 0 | 161 | 64 | 41 |
| Octal | 377 | 114 | 141 | 0 | 106 | 76 | 0 | 541 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1100001 | 0 | 1000110 | 111110 | 0 | 101100001 | 1100100 | 1000001 |
Color Harmonies of #FF4C61
Complementary color
Monochromatic Colors of #FF4C61
Black with #FF4C61
Text Example
Text Example
White with #FF4C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C61; }
p { color: rgb(255,76,97); }
H1.HeaderClassName
{
color: #FF4C61;
}
.AnyTagClassName
{
color: #FF4C61;
}
</style>
background-color css
<style>
a { background-color: #FF4C61; }
a { background-color: rgb(255,76,97); }
div.DivClassName
{
background-color: #FF4C61;
}
.BgClassName
{
background-color: #FF4C61;
}
</style>
border-color css
<style>
span { border-color: #FF4C61; }
span { border-color: rgb(255,76,97); }
td.TdClassName
{
border-color: #FF4C61;
}
.TagClassName
{
border-color: #FF4C61;
}
</style>