Shades of Radical Red #FF465D
Tints of Radical Red #FF465D
RGB
CMYK
RGB Variations
Color information
#FF465D (or 0xFF465D) is known color: Radical Red. HEX triplet: FF, 46 and 5D. RGB value is (255,70,93). Sum of RGB (Red+Green+Blue) = 255+70+93=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF465D is #00B9A2. Grayscale: #808080. Windows color (decimal): -47523 or 6113023. OLE color: 6113023.
HSL color Cylindrical-coordinate representation of color #FF465D: hue angle of 352.54º 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 #FF465D is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 93 | - |
| CMYK | 0 | 0.73 | 0.64 | 0 |
| HSL | 352.54º | 1% | 0.64% | - |
| HSV(B) | 352.54º | 0.73% | 1% | - |
| XYZ | 45.41 | 26.43 | 13.06 | - |
| YUV | 127.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 93 | 0 | 0.73 | 0.64 | 0 | 352.54 | 1 | 0.64 |
| Hex | FF | 46 | 5D | 0 | 49 | 40 | 0 | 161 | 64 | 40 |
| Octal | 377 | 106 | 135 | 0 | 111 | 100 | 0 | 541 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1011101 | 0 | 1001001 | 1000000 | 0 | 101100001 | 1100100 | 1000000 |
Color Harmonies of #FF465D
Complementary color
Monochromatic Colors of #FF465D
Black with #FF465D
Text Example
Text Example
White with #FF465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF465D; }
p { color: rgb(255,70,93); }
H1.HeaderClassName
{
color: #FF465D;
}
.AnyTagClassName
{
color: #FF465D;
}
</style>
background-color css
<style>
a { background-color: #FF465D; }
a { background-color: rgb(255,70,93); }
div.DivClassName
{
background-color: #FF465D;
}
.BgClassName
{
background-color: #FF465D;
}
</style>
border-color css
<style>
span { border-color: #FF465D; }
span { border-color: rgb(255,70,93); }
td.TdClassName
{
border-color: #FF465D;
}
.TagClassName
{
border-color: #FF465D;
}
</style>