Shades of Radical Red #FF416D
Tints of Radical Red #FF416D
RGB
CMYK
RGB Variations
Color information
#FF416D (or 0xFF416D) is known color: Radical Red. HEX triplet: FF, 41 and 6D. RGB value is (255,65,109). Sum of RGB (Red+Green+Blue) = 255+65+109=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF416D is #00BE92. Grayscale: #7E7E7E. Windows color (decimal): -48787 or 7160319. OLE color: 7160319.
HSL color Cylindrical-coordinate representation of color #FF416D: hue angle of 346.11º 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 #FF416D is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 109 | - |
| CMYK | 0 | 0.75 | 0.57 | 0 |
| HSL | 346.11º | 1% | 0.63% | - |
| HSV(B) | 346.11º | 0.75% | 1% | - |
| XYZ | 45.89 | 26.14 | 17.1 | - |
| YUV | 126.83 | 117.95 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 109 | 0 | 0.75 | 0.57 | 0 | 346.11 | 1 | 0.63 |
| Hex | FF | 41 | 6D | 0 | 4B | 39 | 0 | 15A | 64 | 3F |
| Octal | 377 | 101 | 155 | 0 | 113 | 71 | 0 | 532 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1101101 | 0 | 1001011 | 111001 | 0 | 101011010 | 1100100 | 111111 |
Color Harmonies of #FF416D
Complementary color
Monochromatic Colors of #FF416D
Black with #FF416D
Text Example
Text Example
White with #FF416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF416D; }
p { color: rgb(255,65,109); }
H1.HeaderClassName
{
color: #FF416D;
}
.AnyTagClassName
{
color: #FF416D;
}
</style>
background-color css
<style>
a { background-color: #FF416D; }
a { background-color: rgb(255,65,109); }
div.DivClassName
{
background-color: #FF416D;
}
.BgClassName
{
background-color: #FF416D;
}
</style>
border-color css
<style>
span { border-color: #FF416D; }
span { border-color: rgb(255,65,109); }
td.TdClassName
{
border-color: #FF416D;
}
.TagClassName
{
border-color: #FF416D;
}
</style>