Shades of Radical Red #FF416C
Tints of Radical Red #FF416C
RGB
CMYK
RGB Variations
Color information
#FF416C (or 0xFF416C) is known color: Radical Red. HEX triplet: FF, 41 and 6C. RGB value is (255,65,108). Sum of RGB (Red+Green+Blue) = 255+65+108=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF416C is #00BE93. Grayscale: #7E7E7E. Windows color (decimal): -48788 or 7094783. OLE color: 7094783.
HSL color Cylindrical-coordinate representation of color #FF416C: hue angle of 346.42º 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 #FF416C is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 108 | - |
| CMYK | 0 | 0.75 | 0.58 | 0 |
| HSL | 346.42º | 1% | 0.63% | - |
| HSV(B) | 346.42º | 0.75% | 1% | - |
| XYZ | 45.84 | 26.12 | 16.81 | - |
| YUV | 126.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 108 | 0 | 0.75 | 0.58 | 0 | 346.42 | 1 | 0.63 |
| Hex | FF | 41 | 6C | 0 | 4B | 3A | 0 | 15A | 64 | 3F |
| Octal | 377 | 101 | 154 | 0 | 113 | 72 | 0 | 532 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1101100 | 0 | 1001011 | 111010 | 0 | 101011010 | 1100100 | 111111 |
Color Harmonies of #FF416C
Complementary color
Monochromatic Colors of #FF416C
Black with #FF416C
Text Example
Text Example
White with #FF416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF416C; }
p { color: rgb(255,65,108); }
H1.HeaderClassName
{
color: #FF416C;
}
.AnyTagClassName
{
color: #FF416C;
}
</style>
background-color css
<style>
a { background-color: #FF416C; }
a { background-color: rgb(255,65,108); }
div.DivClassName
{
background-color: #FF416C;
}
.BgClassName
{
background-color: #FF416C;
}
</style>
border-color css
<style>
span { border-color: #FF416C; }
span { border-color: rgb(255,65,108); }
td.TdClassName
{
border-color: #FF416C;
}
.TagClassName
{
border-color: #FF416C;
}
</style>