Shades of Radical Red #FF4160
Tints of Radical Red #FF4160
RGB
CMYK
RGB Variations
Color information
#FF4160 (or 0xFF4160) is known color: Radical Red. HEX triplet: FF, 41 and 60. RGB value is (255,65,96). Sum of RGB (Red+Green+Blue) = 255+65+96=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4160 is #00BE9F. Grayscale: #7D7D7D. Windows color (decimal): -48800 or 6308351. OLE color: 6308351.
HSL color Cylindrical-coordinate representation of color #FF4160: hue angle of 350.21º 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 #FF4160 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 96 | - |
| CMYK | 0 | 0.75 | 0.62 | 0 |
| HSL | 350.21º | 1% | 0.63% | - |
| HSV(B) | 350.21º | 0.75% | 1% | - |
| XYZ | 45.24 | 25.89 | 13.68 | - |
| YUV | 125.34 | 111.45 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 96 | 0 | 0.75 | 0.62 | 0 | 350.21 | 1 | 0.63 |
| Hex | FF | 41 | 60 | 0 | 4B | 3E | 0 | 15E | 64 | 3F |
| Octal | 377 | 101 | 140 | 0 | 113 | 76 | 0 | 536 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1100000 | 0 | 1001011 | 111110 | 0 | 101011110 | 1100100 | 111111 |
Color Harmonies of #FF4160
Complementary color
Monochromatic Colors of #FF4160
Black with #FF4160
Text Example
Text Example
White with #FF4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4160; }
p { color: rgb(255,65,96); }
H1.HeaderClassName
{
color: #FF4160;
}
.AnyTagClassName
{
color: #FF4160;
}
</style>
background-color css
<style>
a { background-color: #FF4160; }
a { background-color: rgb(255,65,96); }
div.DivClassName
{
background-color: #FF4160;
}
.BgClassName
{
background-color: #FF4160;
}
</style>
border-color css
<style>
span { border-color: #FF4160; }
span { border-color: rgb(255,65,96); }
td.TdClassName
{
border-color: #FF4160;
}
.TagClassName
{
border-color: #FF4160;
}
</style>