Shades of Radical Red #FF415D
Tints of Radical Red #FF415D
RGB
CMYK
RGB Variations
Color information
#FF415D (or 0xFF415D) is known color: Radical Red. HEX triplet: FF, 41 and 5D. RGB value is (255,65,93). Sum of RGB (Red+Green+Blue) = 255+65+93=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF415D is #00BEA2. Grayscale: #7D7D7D. Windows color (decimal): -48803 or 6111743. OLE color: 6111743.
HSL color Cylindrical-coordinate representation of color #FF415D: hue angle of 351.16º 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 #FF415D is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 93 | - |
| CMYK | 0 | 0.75 | 0.64 | 0 |
| HSL | 351.16º | 1% | 0.63% | - |
| HSV(B) | 351.16º | 0.75% | 1% | - |
| XYZ | 45.11 | 25.83 | 12.96 | - |
| YUV | 125 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 93 | 0 | 0.75 | 0.64 | 0 | 351.16 | 1 | 0.63 |
| Hex | FF | 41 | 5D | 0 | 4B | 40 | 0 | 15F | 64 | 3F |
| Octal | 377 | 101 | 135 | 0 | 113 | 100 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1011101 | 0 | 1001011 | 1000000 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF415D
Complementary color
Monochromatic Colors of #FF415D
Black with #FF415D
Text Example
Text Example
White with #FF415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF415D; }
p { color: rgb(255,65,93); }
H1.HeaderClassName
{
color: #FF415D;
}
.AnyTagClassName
{
color: #FF415D;
}
</style>
background-color css
<style>
a { background-color: #FF415D; }
a { background-color: rgb(255,65,93); }
div.DivClassName
{
background-color: #FF415D;
}
.BgClassName
{
background-color: #FF415D;
}
</style>
border-color css
<style>
span { border-color: #FF415D; }
span { border-color: rgb(255,65,93); }
td.TdClassName
{
border-color: #FF415D;
}
.TagClassName
{
border-color: #FF415D;
}
</style>