Shades of Radical Red #FF415C
Tints of Radical Red #FF415C
RGB
CMYK
RGB Variations
Color information
#FF415C (or 0xFF415C) is known color: Radical Red. HEX triplet: FF, 41 and 5C. RGB value is (255,65,92). Sum of RGB (Red+Green+Blue) = 255+65+92=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF415C is #00BEA3. Grayscale: #7C7C7C. Windows color (decimal): -48804 or 6046207. OLE color: 6046207.
HSL color Cylindrical-coordinate representation of color #FF415C: hue angle of 351.47º 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 #FF415C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 92 | - |
| CMYK | 0 | 0.75 | 0.64 | 0 |
| HSL | 351.47º | 1% | 0.63% | - |
| HSV(B) | 351.47º | 0.75% | 1% | - |
| XYZ | 45.06 | 25.81 | 12.73 | - |
| YUV | 124.89 | 109.45 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 92 | 0 | 0.75 | 0.64 | 0 | 351.47 | 1 | 0.63 |
| Hex | FF | 41 | 5C | 0 | 4B | 40 | 0 | 15F | 64 | 3F |
| Octal | 377 | 101 | 134 | 0 | 113 | 100 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1011100 | 0 | 1001011 | 1000000 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF415C
Complementary color
Monochromatic Colors of #FF415C
Black with #FF415C
Text Example
Text Example
White with #FF415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF415C; }
p { color: rgb(255,65,92); }
H1.HeaderClassName
{
color: #FF415C;
}
.AnyTagClassName
{
color: #FF415C;
}
</style>
background-color css
<style>
a { background-color: #FF415C; }
a { background-color: rgb(255,65,92); }
div.DivClassName
{
background-color: #FF415C;
}
.BgClassName
{
background-color: #FF415C;
}
</style>
border-color css
<style>
span { border-color: #FF415C; }
span { border-color: rgb(255,65,92); }
td.TdClassName
{
border-color: #FF415C;
}
.TagClassName
{
border-color: #FF415C;
}
</style>