Shades of Radical Red #FF415B
Tints of Radical Red #FF415B
RGB
CMYK
RGB Variations
Color information
#FF415B (or 0xFF415B) is known color: Radical Red. HEX triplet: FF, 41 and 5B. RGB value is (255,65,91). Sum of RGB (Red+Green+Blue) = 255+65+91=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF415B is #00BEA4. Grayscale: #7C7C7C. Windows color (decimal): -48805 or 5980671. OLE color: 5980671.
HSL color Cylindrical-coordinate representation of color #FF415B: hue angle of 351.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 #FF415B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 91 | - |
| CMYK | 0 | 0.75 | 0.64 | 0 |
| HSL | 351.79º | 1% | 0.63% | - |
| HSV(B) | 351.79º | 0.75% | 1% | - |
| XYZ | 45.02 | 25.8 | 12.5 | - |
| YUV | 124.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 91 | 0 | 0.75 | 0.64 | 0 | 351.79 | 1 | 0.63 |
| Hex | FF | 41 | 5B | 0 | 4B | 40 | 0 | 160 | 64 | 3F |
| Octal | 377 | 101 | 133 | 0 | 113 | 100 | 0 | 540 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1011011 | 0 | 1001011 | 1000000 | 0 | 101100000 | 1100100 | 111111 |
Color Harmonies of #FF415B
Complementary color
Monochromatic Colors of #FF415B
Black with #FF415B
Text Example
Text Example
White with #FF415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF415B; }
p { color: rgb(255,65,91); }
H1.HeaderClassName
{
color: #FF415B;
}
.AnyTagClassName
{
color: #FF415B;
}
</style>
background-color css
<style>
a { background-color: #FF415B; }
a { background-color: rgb(255,65,91); }
div.DivClassName
{
background-color: #FF415B;
}
.BgClassName
{
background-color: #FF415B;
}
</style>
border-color css
<style>
span { border-color: #FF415B; }
span { border-color: rgb(255,65,91); }
td.TdClassName
{
border-color: #FF415B;
}
.TagClassName
{
border-color: #FF415B;
}
</style>