Shades of Radical Red #FF466E
Tints of Radical Red #FF466E
RGB
CMYK
RGB Variations
Color information
#FF466E (or 0xFF466E) is known color: Radical Red. HEX triplet: FF, 46 and 6E. RGB value is (255,70,110). Sum of RGB (Red+Green+Blue) = 255+70+110=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF466E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF466E is #00B991. Grayscale: #818181. Windows color (decimal): -47506 or 7227135. OLE color: 7227135.
HSL color Cylindrical-coordinate representation of color #FF466E: hue angle of 347.03º 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 #FF466E is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 110 | - |
| CMYK | 0 | 0.73 | 0.57 | 0 |
| HSL | 347.03º | 1% | 0.64% | - |
| HSV(B) | 347.03º | 0.73% | 1% | - |
| XYZ | 46.24 | 26.77 | 17.48 | - |
| YUV | 129.88 | 116.79 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 110 | 0 | 0.73 | 0.57 | 0 | 347.03 | 1 | 0.64 |
| Hex | FF | 46 | 6E | 0 | 49 | 39 | 0 | 15B | 64 | 40 |
| Octal | 377 | 106 | 156 | 0 | 111 | 71 | 0 | 533 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1101110 | 0 | 1001001 | 111001 | 0 | 101011011 | 1100100 | 1000000 |
Color Harmonies of #FF466E
Complementary color
Monochromatic Colors of #FF466E
Black with #FF466E
Text Example
Text Example
White with #FF466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF466E; }
p { color: rgb(255,70,110); }
H1.HeaderClassName
{
color: #FF466E;
}
.AnyTagClassName
{
color: #FF466E;
}
</style>
background-color css
<style>
a { background-color: #FF466E; }
a { background-color: rgb(255,70,110); }
div.DivClassName
{
background-color: #FF466E;
}
.BgClassName
{
background-color: #FF466E;
}
</style>
border-color css
<style>
span { border-color: #FF466E; }
span { border-color: rgb(255,70,110); }
td.TdClassName
{
border-color: #FF466E;
}
.TagClassName
{
border-color: #FF466E;
}
</style>