Shades of Radical Red #FF4B5A
Tints of Radical Red #FF4B5A
RGB
CMYK
RGB Variations
Color information
#FF4B5A (or 0xFF4B5A) is known color: Radical Red. HEX triplet: FF, 4B and 5A. RGB value is (255,75,90). Sum of RGB (Red+Green+Blue) = 255+75+90=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B5A is #00B4A5. Grayscale: #828282. Windows color (decimal): -46246 or 5917695. OLE color: 5917695.
HSL color Cylindrical-coordinate representation of color #FF4B5A: hue angle of 355º 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 #FF4B5A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 90 | - |
| CMYK | 0 | 0.71 | 0.65 | 0 |
| HSL | 355º | 1% | 0.65% | - |
| HSV(B) | 355º | 0.71% | 1% | - |
| XYZ | 45.6 | 27.03 | 12.49 | - |
| YUV | 130.53 | 105.13 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 90 | 0 | 0.71 | 0.65 | 0 | 355 | 1 | 0.65 |
| Hex | FF | 4B | 5A | 0 | 47 | 41 | 0 | 163 | 64 | 41 |
| Octal | 377 | 113 | 132 | 0 | 107 | 101 | 0 | 543 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1011010 | 0 | 1000111 | 1000001 | 0 | 101100011 | 1100100 | 1000001 |
Color Harmonies of #FF4B5A
Complementary color
Monochromatic Colors of #FF4B5A
Black with #FF4B5A
Text Example
Text Example
White with #FF4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B5A; }
p { color: rgb(255,75,90); }
H1.HeaderClassName
{
color: #FF4B5A;
}
.AnyTagClassName
{
color: #FF4B5A;
}
</style>
background-color css
<style>
a { background-color: #FF4B5A; }
a { background-color: rgb(255,75,90); }
div.DivClassName
{
background-color: #FF4B5A;
}
.BgClassName
{
background-color: #FF4B5A;
}
</style>
border-color css
<style>
span { border-color: #FF4B5A; }
span { border-color: rgb(255,75,90); }
td.TdClassName
{
border-color: #FF4B5A;
}
.TagClassName
{
border-color: #FF4B5A;
}
</style>