Shades of Radical Red #FF3F71
Tints of Radical Red #FF3F71
RGB
CMYK
RGB Variations
Color information
#FF3F71 (or 0xFF3F71) is known color: Radical Red. HEX triplet: FF, 3F and 71. RGB value is (255,63,113). Sum of RGB (Red+Green+Blue) = 255+63+113=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3F71 is #00C08E. Grayscale: #7E7E7E. Windows color (decimal): -49295 or 7421951. OLE color: 7421951.
HSL color Cylindrical-coordinate representation of color #FF3F71: hue angle of 344.38º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3F71 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 113 | - |
| CMYK | 0 | 0.75 | 0.56 | 0 |
| HSL | 344.38º | 1% | 0.62% | - |
| HSV(B) | 344.38º | 0.75% | 1% | - |
| XYZ | 46 | 26.01 | 18.22 | - |
| YUV | 126.11 | 120.61 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 113 | 0 | 0.75 | 0.56 | 0 | 344.38 | 1 | 0.62 |
| Hex | FF | 3F | 71 | 0 | 4B | 38 | 0 | 158 | 64 | 3E |
| Octal | 377 | 77 | 161 | 0 | 113 | 70 | 0 | 530 | 144 | 76 |
| Binary | 11111111 | 111111 | 1110001 | 0 | 1001011 | 111000 | 0 | 101011000 | 1100100 | 111110 |
Color Harmonies of #FF3F71
Complementary color
Monochromatic Colors of #FF3F71
Black with #FF3F71
Text Example
Text Example
White with #FF3F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F71; }
p { color: rgb(255,63,113); }
H1.HeaderClassName
{
color: #FF3F71;
}
.AnyTagClassName
{
color: #FF3F71;
}
</style>
background-color css
<style>
a { background-color: #FF3F71; }
a { background-color: rgb(255,63,113); }
div.DivClassName
{
background-color: #FF3F71;
}
.BgClassName
{
background-color: #FF3F71;
}
</style>
border-color css
<style>
span { border-color: #FF3F71; }
span { border-color: rgb(255,63,113); }
td.TdClassName
{
border-color: #FF3F71;
}
.TagClassName
{
border-color: #FF3F71;
}
</style>