Shades of Radical Red #FF4171
Tints of Radical Red #FF4171
RGB
CMYK
RGB Variations
Color information
#FF4171 (or 0xFF4171) is known color: Radical Red. HEX triplet: FF, 41 and 71. RGB value is (255,65,113). Sum of RGB (Red+Green+Blue) = 255+65+113=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4171 is #00BE8E. Grayscale: #7F7F7F. Windows color (decimal): -48783 or 7422463. OLE color: 7422463.
HSL color Cylindrical-coordinate representation of color #FF4171: hue angle of 344.84º 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 #FF4171 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 113 | - |
| CMYK | 0 | 0.75 | 0.56 | 0 |
| HSL | 344.84º | 1% | 0.63% | - |
| HSV(B) | 344.84º | 0.75% | 1% | - |
| XYZ | 46.11 | 26.23 | 18.26 | - |
| YUV | 127.28 | 119.95 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 113 | 0 | 0.75 | 0.56 | 0 | 344.84 | 1 | 0.63 |
| Hex | FF | 41 | 71 | 0 | 4B | 38 | 0 | 159 | 64 | 3F |
| Octal | 377 | 101 | 161 | 0 | 113 | 70 | 0 | 531 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1110001 | 0 | 1001011 | 111000 | 0 | 101011001 | 1100100 | 111111 |
Color Harmonies of #FF4171
Complementary color
Monochromatic Colors of #FF4171
Black with #FF4171
Text Example
Text Example
White with #FF4171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4171; }
p { color: rgb(255,65,113); }
H1.HeaderClassName
{
color: #FF4171;
}
.AnyTagClassName
{
color: #FF4171;
}
</style>
background-color css
<style>
a { background-color: #FF4171; }
a { background-color: rgb(255,65,113); }
div.DivClassName
{
background-color: #FF4171;
}
.BgClassName
{
background-color: #FF4171;
}
</style>
border-color css
<style>
span { border-color: #FF4171; }
span { border-color: rgb(255,65,113); }
td.TdClassName
{
border-color: #FF4171;
}
.TagClassName
{
border-color: #FF4171;
}
</style>