Shades of Radical Red #FF4165
Tints of Radical Red #FF4165
RGB
CMYK
RGB Variations
Color information
#FF4165 (or 0xFF4165) is known color: Radical Red. HEX triplet: FF, 41 and 65. RGB value is (255,65,101). Sum of RGB (Red+Green+Blue) = 255+65+101=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4165 is #00BE9A. Grayscale: #7D7D7D. Windows color (decimal): -48795 or 6636031. OLE color: 6636031.
HSL color Cylindrical-coordinate representation of color #FF4165: hue angle of 348.63º 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 #FF4165 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 101 | - |
| CMYK | 0 | 0.75 | 0.60 | 0 |
| HSL | 348.63º | 1% | 0.63% | - |
| HSV(B) | 348.63º | 0.75% | 1% | - |
| XYZ | 45.48 | 25.98 | 14.93 | - |
| YUV | 125.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 101 | 0 | 0.75 | 0.60 | 0 | 348.63 | 1 | 0.63 |
| Hex | FF | 41 | 65 | 0 | 4B | 3C | 0 | 15D | 64 | 3F |
| Octal | 377 | 101 | 145 | 0 | 113 | 74 | 0 | 535 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1100101 | 0 | 1001011 | 111100 | 0 | 101011101 | 1100100 | 111111 |
Color Harmonies of #FF4165
Complementary color
Monochromatic Colors of #FF4165
Black with #FF4165
Text Example
Text Example
White with #FF4165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4165; }
p { color: rgb(255,65,101); }
H1.HeaderClassName
{
color: #FF4165;
}
.AnyTagClassName
{
color: #FF4165;
}
</style>
background-color css
<style>
a { background-color: #FF4165; }
a { background-color: rgb(255,65,101); }
div.DivClassName
{
background-color: #FF4165;
}
.BgClassName
{
background-color: #FF4165;
}
</style>
border-color css
<style>
span { border-color: #FF4165; }
span { border-color: rgb(255,65,101); }
td.TdClassName
{
border-color: #FF4165;
}
.TagClassName
{
border-color: #FF4165;
}
</style>