Shades of Radical Red #FF3F49
Tints of Radical Red #FF3F49
RGB
CMYK
RGB Variations
Color information
#FF3F49 (or 0xFF3F49) is known color: Radical Red. HEX triplet: FF, 3F and 49. RGB value is (255,63,73). Sum of RGB (Red+Green+Blue) = 255+63+73=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F49 is #00C0B6. Grayscale: #797979. Windows color (decimal): -49335 or 4800511. OLE color: 4800511.
HSL color Cylindrical-coordinate representation of color #FF3F49: hue angle of 356.88º 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 #FF3F49 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 73 | - |
| CMYK | 0 | 0.75 | 0.71 | 0 |
| HSL | 356.88º | 1% | 0.62% | - |
| HSV(B) | 356.88º | 0.75% | 1% | - |
| XYZ | 44.22 | 25.3 | 8.86 | - |
| YUV | 121.55 | 100.61 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 73 | 0 | 0.75 | 0.71 | 0 | 356.88 | 1 | 0.62 |
| Hex | FF | 3F | 49 | 0 | 4B | 47 | 0 | 165 | 64 | 3E |
| Octal | 377 | 77 | 111 | 0 | 113 | 107 | 0 | 545 | 144 | 76 |
| Binary | 11111111 | 111111 | 1001001 | 0 | 1001011 | 1000111 | 0 | 101100101 | 1100100 | 111110 |
Color Harmonies of #FF3F49
Complementary color
Monochromatic Colors of #FF3F49
Black with #FF3F49
Text Example
Text Example
White with #FF3F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F49; }
p { color: rgb(255,63,73); }
H1.HeaderClassName
{
color: #FF3F49;
}
.AnyTagClassName
{
color: #FF3F49;
}
</style>
background-color css
<style>
a { background-color: #FF3F49; }
a { background-color: rgb(255,63,73); }
div.DivClassName
{
background-color: #FF3F49;
}
.BgClassName
{
background-color: #FF3F49;
}
</style>
border-color css
<style>
span { border-color: #FF3F49; }
span { border-color: rgb(255,63,73); }
td.TdClassName
{
border-color: #FF3F49;
}
.TagClassName
{
border-color: #FF3F49;
}
</style>