Shades of Radical Red #FF4B5C
Tints of Radical Red #FF4B5C
RGB
CMYK
RGB Variations
Color information
#FF4B5C (or 0xFF4B5C) is known color: Radical Red. HEX triplet: FF, 4B and 5C. RGB value is (255,75,92). Sum of RGB (Red+Green+Blue) = 255+75+92=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4B5C is #00B4A3. Grayscale: #828282. Windows color (decimal): -46244 or 6048767. OLE color: 6048767.
HSL color Cylindrical-coordinate representation of color #FF4B5C: hue angle of 354.33º 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 #FF4B5C is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 92 | - |
| CMYK | 0 | 0.71 | 0.64 | 0 |
| HSL | 354.33º | 1% | 0.65% | - |
| HSV(B) | 354.33º | 0.71% | 1% | - |
| XYZ | 45.69 | 27.06 | 12.94 | - |
| YUV | 130.76 | 106.13 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 92 | 0 | 0.71 | 0.64 | 0 | 354.33 | 1 | 0.65 |
| Hex | FF | 4B | 5C | 0 | 47 | 40 | 0 | 162 | 64 | 41 |
| Octal | 377 | 113 | 134 | 0 | 107 | 100 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001011 | 1011100 | 0 | 1000111 | 1000000 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4B5C
Complementary color
Monochromatic Colors of #FF4B5C
Black with #FF4B5C
Text Example
Text Example
White with #FF4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B5C; }
p { color: rgb(255,75,92); }
H1.HeaderClassName
{
color: #FF4B5C;
}
.AnyTagClassName
{
color: #FF4B5C;
}
</style>
background-color css
<style>
a { background-color: #FF4B5C; }
a { background-color: rgb(255,75,92); }
div.DivClassName
{
background-color: #FF4B5C;
}
.BgClassName
{
background-color: #FF4B5C;
}
</style>
border-color css
<style>
span { border-color: #FF4B5C; }
span { border-color: rgb(255,75,92); }
td.TdClassName
{
border-color: #FF4B5C;
}
.TagClassName
{
border-color: #FF4B5C;
}
</style>