Shades of Radical Red #FF4B5E
Tints of Radical Red #FF4B5E
RGB
CMYK
RGB Variations
Color information
#FF4B5E (or 0xFF4B5E) is known color: Radical Red. HEX triplet: FF, 4B and 5E. RGB value is (255,75,94). Sum of RGB (Red+Green+Blue) = 255+75+94=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B5E is #00B4A1. Grayscale: #838383. Windows color (decimal): -46242 or 6179839. OLE color: 6179839.
HSL color Cylindrical-coordinate representation of color #FF4B5E: hue angle of 353.67º 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 #FF4B5E is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 94 | - |
| CMYK | 0 | 0.71 | 0.63 | 0 |
| HSL | 353.67º | 1% | 0.65% | - |
| HSV(B) | 353.67º | 0.71% | 1% | - |
| XYZ | 45.78 | 27.1 | 13.41 | - |
| YUV | 130.99 | 107.13 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 94 | 0 | 0.71 | 0.63 | 0 | 353.67 | 1 | 0.65 |
| Hex | FF | 4B | 5E | 0 | 47 | 3F | 0 | 162 | 64 | 41 |
| Octal | 377 | 113 | 136 | 0 | 107 | 77 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1011110 | 0 | 1000111 | 111111 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4B5E
Complementary color
Monochromatic Colors of #FF4B5E
Black with #FF4B5E
Text Example
Text Example
White with #FF4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B5E; }
p { color: rgb(255,75,94); }
H1.HeaderClassName
{
color: #FF4B5E;
}
.AnyTagClassName
{
color: #FF4B5E;
}
</style>
background-color css
<style>
a { background-color: #FF4B5E; }
a { background-color: rgb(255,75,94); }
div.DivClassName
{
background-color: #FF4B5E;
}
.BgClassName
{
background-color: #FF4B5E;
}
</style>
border-color css
<style>
span { border-color: #FF4B5E; }
span { border-color: rgb(255,75,94); }
td.TdClassName
{
border-color: #FF4B5E;
}
.TagClassName
{
border-color: #FF4B5E;
}
</style>