Shades of Radical Red #FF4655
Tints of Radical Red #FF4655
RGB
CMYK
RGB Variations
Color information
#FF4655 (or 0xFF4655) is known color: Radical Red. HEX triplet: FF, 46 and 55. RGB value is (255,70,85). Sum of RGB (Red+Green+Blue) = 255+70+85=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4655 is #00B9AA. Grayscale: #7F7F7F. Windows color (decimal): -47531 or 5588735. OLE color: 5588735.
HSL color Cylindrical-coordinate representation of color #FF4655: hue angle of 355.14º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4655 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 85 | - |
| CMYK | 0 | 0.73 | 0.67 | 0 |
| HSL | 355.14º | 1% | 0.64% | - |
| HSV(B) | 355.14º | 0.73% | 1% | - |
| XYZ | 45.07 | 26.3 | 11.29 | - |
| YUV | 127.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 85 | 0 | 0.73 | 0.67 | 0 | 355.14 | 1 | 0.64 |
| Hex | FF | 46 | 55 | 0 | 49 | 43 | 0 | 163 | 64 | 40 |
| Octal | 377 | 106 | 125 | 0 | 111 | 103 | 0 | 543 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1010101 | 0 | 1001001 | 1000011 | 0 | 101100011 | 1100100 | 1000000 |
Color Harmonies of #FF4655
Complementary color
Monochromatic Colors of #FF4655
Black with #FF4655
Text Example
Text Example
White with #FF4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4655; }
p { color: rgb(255,70,85); }
H1.HeaderClassName
{
color: #FF4655;
}
.AnyTagClassName
{
color: #FF4655;
}
</style>
background-color css
<style>
a { background-color: #FF4655; }
a { background-color: rgb(255,70,85); }
div.DivClassName
{
background-color: #FF4655;
}
.BgClassName
{
background-color: #FF4655;
}
</style>
border-color css
<style>
span { border-color: #FF4655; }
span { border-color: rgb(255,70,85); }
td.TdClassName
{
border-color: #FF4655;
}
.TagClassName
{
border-color: #FF4655;
}
</style>