Shades of Radical Red #FF4B5B
Tints of Radical Red #FF4B5B
RGB
CMYK
RGB Variations
Color information
#FF4B5B (or 0xFF4B5B) is known color: Radical Red. HEX triplet: FF, 4B and 5B. RGB value is (255,75,91). Sum of RGB (Red+Green+Blue) = 255+75+91=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B5B is #00B4A4. Grayscale: #828282. Windows color (decimal): -46245 or 5983231. OLE color: 5983231.
HSL color Cylindrical-coordinate representation of color #FF4B5B: hue angle of 354.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 #FF4B5B is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 91 | - |
| CMYK | 0 | 0.71 | 0.64 | 0 |
| HSL | 354.67º | 1% | 0.65% | - |
| HSV(B) | 354.67º | 0.71% | 1% | - |
| XYZ | 45.64 | 27.05 | 12.71 | - |
| YUV | 130.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 91 | 0 | 0.71 | 0.64 | 0 | 354.67 | 1 | 0.65 |
| Hex | FF | 4B | 5B | 0 | 47 | 40 | 0 | 163 | 64 | 41 |
| Octal | 377 | 113 | 133 | 0 | 107 | 100 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1011011 | 0 | 1000111 | 1000000 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4B5B
Complementary color
Monochromatic Colors of #FF4B5B
Black with #FF4B5B
Text Example
Text Example
White with #FF4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B5B; }
p { color: rgb(255,75,91); }
H1.HeaderClassName
{
color: #FF4B5B;
}
.AnyTagClassName
{
color: #FF4B5B;
}
</style>
background-color css
<style>
a { background-color: #FF4B5B; }
a { background-color: rgb(255,75,91); }
div.DivClassName
{
background-color: #FF4B5B;
}
.BgClassName
{
background-color: #FF4B5B;
}
</style>
border-color css
<style>
span { border-color: #FF4B5B; }
span { border-color: rgb(255,75,91); }
td.TdClassName
{
border-color: #FF4B5B;
}
.TagClassName
{
border-color: #FF4B5B;
}
</style>