Shades of Radical Red #FF4164
Tints of Radical Red #FF4164
RGB
CMYK
RGB Variations
Color information
#FF4164 (or 0xFF4164) is known color: Radical Red. HEX triplet: FF, 41 and 64. RGB value is (255,65,100). Sum of RGB (Red+Green+Blue) = 255+65+100=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4164 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4164 is #00BE9B. Grayscale: #7D7D7D. Windows color (decimal): -48796 or 6570495. OLE color: 6570495.
HSL color Cylindrical-coordinate representation of color #FF4164: hue angle of 348.95º 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 #FF4164 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 100 | - |
| CMYK | 0 | 0.75 | 0.61 | 0 |
| HSL | 348.95º | 1% | 0.63% | - |
| HSV(B) | 348.95º | 0.75% | 1% | - |
| XYZ | 45.43 | 25.96 | 14.67 | - |
| YUV | 125.8 | 113.45 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 100 | 0 | 0.75 | 0.61 | 0 | 348.95 | 1 | 0.63 |
| Hex | FF | 41 | 64 | 0 | 4B | 3D | 0 | 15D | 64 | 3F |
| Octal | 377 | 101 | 144 | 0 | 113 | 75 | 0 | 535 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1100100 | 0 | 1001011 | 111101 | 0 | 101011101 | 1100100 | 111111 |
Color Harmonies of #FF4164
Complementary color
Monochromatic Colors of #FF4164
Black with #FF4164
Text Example
Text Example
White with #FF4164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4164; }
p { color: rgb(255,65,100); }
H1.HeaderClassName
{
color: #FF4164;
}
.AnyTagClassName
{
color: #FF4164;
}
</style>
background-color css
<style>
a { background-color: #FF4164; }
a { background-color: rgb(255,65,100); }
div.DivClassName
{
background-color: #FF4164;
}
.BgClassName
{
background-color: #FF4164;
}
</style>
border-color css
<style>
span { border-color: #FF4164; }
span { border-color: rgb(255,65,100); }
td.TdClassName
{
border-color: #FF4164;
}
.TagClassName
{
border-color: #FF4164;
}
</style>