Shades of Radical Red #FF4C5A
Tints of Radical Red #FF4C5A
RGB
CMYK
RGB Variations
Color information
#FF4C5A (or 0xFF4C5A) is known color: Radical Red. HEX triplet: FF, 4C and 5A. RGB value is (255,76,90). Sum of RGB (Red+Green+Blue) = 255+76+90=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C5A is #00B3A5. Grayscale: #838383. Windows color (decimal): -45990 or 5917951. OLE color: 5917951.
HSL color Cylindrical-coordinate representation of color #FF4C5A: hue angle of 355.31º 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 #FF4C5A is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 90 | - |
| CMYK | 0 | 0.70 | 0.65 | 0 |
| HSL | 355.31º | 1% | 0.65% | - |
| HSV(B) | 355.31º | 0.7% | 1% | - |
| XYZ | 45.67 | 27.17 | 12.51 | - |
| YUV | 131.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 90 | 0 | 0.70 | 0.65 | 0 | 355.31 | 1 | 0.65 |
| Hex | FF | 4C | 5A | 0 | 46 | 41 | 0 | 163 | 64 | 41 |
| Octal | 377 | 114 | 132 | 0 | 106 | 101 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001100 | 1011010 | 0 | 1000110 | 1000001 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4C5A
Complementary color
Monochromatic Colors of #FF4C5A
Black with #FF4C5A
Text Example
Text Example
White with #FF4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C5A; }
p { color: rgb(255,76,90); }
H1.HeaderClassName
{
color: #FF4C5A;
}
.AnyTagClassName
{
color: #FF4C5A;
}
</style>
background-color css
<style>
a { background-color: #FF4C5A; }
a { background-color: rgb(255,76,90); }
div.DivClassName
{
background-color: #FF4C5A;
}
.BgClassName
{
background-color: #FF4C5A;
}
</style>
border-color css
<style>
span { border-color: #FF4C5A; }
span { border-color: rgb(255,76,90); }
td.TdClassName
{
border-color: #FF4C5A;
}
.TagClassName
{
border-color: #FF4C5A;
}
</style>