Shades of Radical Red #FF4A5C
Tints of Radical Red #FF4A5C
RGB
CMYK
RGB Variations
Color information
#FF4A5C (or 0xFF4A5C) is known color: Radical Red. HEX triplet: FF, 4A and 5C. RGB value is (255,74,92). Sum of RGB (Red+Green+Blue) = 255+74+92=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A5C is #00B5A3. Grayscale: #828282. Windows color (decimal): -46500 or 6048511. OLE color: 6048511.
HSL color Cylindrical-coordinate representation of color #FF4A5C: hue angle of 354.03º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A5C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 92 | - |
| CMYK | 0 | 0.71 | 0.64 | 0 |
| HSL | 354.03º | 1% | 0.65% | - |
| HSV(B) | 354.03º | 0.71% | 1% | - |
| XYZ | 45.62 | 26.93 | 12.92 | - |
| YUV | 130.17 | 106.47 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 92 | 0 | 0.71 | 0.64 | 0 | 354.03 | 1 | 0.65 |
| Hex | FF | 4A | 5C | 0 | 47 | 40 | 0 | 162 | 64 | 41 |
| Octal | 377 | 112 | 134 | 0 | 107 | 100 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1011100 | 0 | 1000111 | 1000000 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4A5C
Complementary color
Monochromatic Colors of #FF4A5C
Black with #FF4A5C
Text Example
Text Example
White with #FF4A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A5C; }
p { color: rgb(255,74,92); }
H1.HeaderClassName
{
color: #FF4A5C;
}
.AnyTagClassName
{
color: #FF4A5C;
}
</style>
background-color css
<style>
a { background-color: #FF4A5C; }
a { background-color: rgb(255,74,92); }
div.DivClassName
{
background-color: #FF4A5C;
}
.BgClassName
{
background-color: #FF4A5C;
}
</style>
border-color css
<style>
span { border-color: #FF4A5C; }
span { border-color: rgb(255,74,92); }
td.TdClassName
{
border-color: #FF4A5C;
}
.TagClassName
{
border-color: #FF4A5C;
}
</style>