Shades of Radical Red #FF4A5F
Tints of Radical Red #FF4A5F
RGB
CMYK
RGB Variations
Color information
#FF4A5F (or 0xFF4A5F) is known color: Radical Red. HEX triplet: FF, 4A and 5F. RGB value is (255,74,95). Sum of RGB (Red+Green+Blue) = 255+74+95=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A5F is #00B5A0. Grayscale: #828282. Windows color (decimal): -46497 or 6245119. OLE color: 6245119.
HSL color Cylindrical-coordinate representation of color #FF4A5F: hue angle of 353.04º 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 #FF4A5F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 95 | - |
| CMYK | 0 | 0.71 | 0.63 | 0 |
| HSL | 353.04º | 1% | 0.65% | - |
| HSV(B) | 353.04º | 0.71% | 1% | - |
| XYZ | 45.75 | 26.98 | 13.62 | - |
| YUV | 130.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 95 | 0 | 0.71 | 0.63 | 0 | 353.04 | 1 | 0.65 |
| Hex | FF | 4A | 5F | 0 | 47 | 3F | 0 | 161 | 64 | 41 |
| Octal | 377 | 112 | 137 | 0 | 107 | 77 | 0 | 541 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1011111 | 0 | 1000111 | 111111 | 0 | 101100001 | 1100100 | 1000001 |
Color Harmonies of #FF4A5F
Complementary color
Monochromatic Colors of #FF4A5F
Black with #FF4A5F
Text Example
Text Example
White with #FF4A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A5F; }
p { color: rgb(255,74,95); }
H1.HeaderClassName
{
color: #FF4A5F;
}
.AnyTagClassName
{
color: #FF4A5F;
}
</style>
background-color css
<style>
a { background-color: #FF4A5F; }
a { background-color: rgb(255,74,95); }
div.DivClassName
{
background-color: #FF4A5F;
}
.BgClassName
{
background-color: #FF4A5F;
}
</style>
border-color css
<style>
span { border-color: #FF4A5F; }
span { border-color: rgb(255,74,95); }
td.TdClassName
{
border-color: #FF4A5F;
}
.TagClassName
{
border-color: #FF4A5F;
}
</style>