Shades of Radical Red #FF4C62
Tints of Radical Red #FF4C62
RGB
CMYK
RGB Variations
Color information
#FF4C62 (or 0xFF4C62) is known color: Radical Red. HEX triplet: FF, 4C and 62. RGB value is (255,76,98). Sum of RGB (Red+Green+Blue) = 255+76+98=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C62 is #00B39D. Grayscale: #848484. Windows color (decimal): -45982 or 6442239. OLE color: 6442239.
HSL color Cylindrical-coordinate representation of color #FF4C62: hue angle of 352.63º 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 #FF4C62 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 98 | - |
| CMYK | 0 | 0.70 | 0.62 | 0 |
| HSL | 352.63º | 1% | 0.65% | - |
| HSV(B) | 352.63º | 0.7% | 1% | - |
| XYZ | 46.03 | 27.31 | 14.4 | - |
| YUV | 132.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 98 | 0 | 0.70 | 0.62 | 0 | 352.63 | 1 | 0.65 |
| Hex | FF | 4C | 62 | 0 | 46 | 3E | 0 | 161 | 64 | 41 |
| Octal | 377 | 114 | 142 | 0 | 106 | 76 | 0 | 541 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1100010 | 0 | 1000110 | 111110 | 0 | 101100001 | 1100100 | 1000001 |
Color Harmonies of #FF4C62
Complementary color
Monochromatic Colors of #FF4C62
Black with #FF4C62
Text Example
Text Example
White with #FF4C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C62; }
p { color: rgb(255,76,98); }
H1.HeaderClassName
{
color: #FF4C62;
}
.AnyTagClassName
{
color: #FF4C62;
}
</style>
background-color css
<style>
a { background-color: #FF4C62; }
a { background-color: rgb(255,76,98); }
div.DivClassName
{
background-color: #FF4C62;
}
.BgClassName
{
background-color: #FF4C62;
}
</style>
border-color css
<style>
span { border-color: #FF4C62; }
span { border-color: rgb(255,76,98); }
td.TdClassName
{
border-color: #FF4C62;
}
.TagClassName
{
border-color: #FF4C62;
}
</style>