Shades of Radical Red #FF416E
Tints of Radical Red #FF416E
RGB
CMYK
RGB Variations
Color information
#FF416E (or 0xFF416E) is known color: Radical Red. HEX triplet: FF, 41 and 6E. RGB value is (255,65,110). Sum of RGB (Red+Green+Blue) = 255+65+110=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF416E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF416E is #00BE91. Grayscale: #7E7E7E. Windows color (decimal): -48786 or 7225855. OLE color: 7225855.
HSL color Cylindrical-coordinate representation of color #FF416E: hue angle of 345.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF416E is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 110 | - |
| CMYK | 0 | 0.75 | 0.57 | 0 |
| HSL | 345.79º | 1% | 0.63% | - |
| HSV(B) | 345.79º | 0.75% | 1% | - |
| XYZ | 45.94 | 26.17 | 17.38 | - |
| YUV | 126.94 | 118.45 | 219.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 110 | 0 | 0.75 | 0.57 | 0 | 345.79 | 1 | 0.63 |
| Hex | FF | 41 | 6E | 0 | 4B | 39 | 0 | 15A | 64 | 3F |
| Octal | 377 | 101 | 156 | 0 | 113 | 71 | 0 | 532 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1101110 | 0 | 1001011 | 111001 | 0 | 101011010 | 1100100 | 111111 |
Color Harmonies of #FF416E
Complementary color
Monochromatic Colors of #FF416E
Black with #FF416E
Text Example
Text Example
White with #FF416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF416E; }
p { color: rgb(255,65,110); }
H1.HeaderClassName
{
color: #FF416E;
}
.AnyTagClassName
{
color: #FF416E;
}
</style>
background-color css
<style>
a { background-color: #FF416E; }
a { background-color: rgb(255,65,110); }
div.DivClassName
{
background-color: #FF416E;
}
.BgClassName
{
background-color: #FF416E;
}
</style>
border-color css
<style>
span { border-color: #FF416E; }
span { border-color: rgb(255,65,110); }
td.TdClassName
{
border-color: #FF416E;
}
.TagClassName
{
border-color: #FF416E;
}
</style>