Shades of Radical Red #FF3F46
Tints of Radical Red #FF3F46
RGB
CMYK
RGB Variations
Color information
#FF3F46 (or 0xFF3F46) is known color: Radical Red. HEX triplet: FF, 3F and 46. RGB value is (255,63,70). Sum of RGB (Red+Green+Blue) = 255+63+70=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F46 is #00C0B9. Grayscale: #797979. Windows color (decimal): -49338 or 4603903. OLE color: 4603903.
HSL color Cylindrical-coordinate representation of color #FF3F46: hue angle of 357.81º 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 #FF3F46 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 70 | - |
| CMYK | 0 | 0.75 | 0.73 | 0 |
| HSL | 357.81º | 1% | 0.62% | - |
| HSV(B) | 357.81º | 0.75% | 1% | - |
| XYZ | 44.12 | 25.26 | 8.34 | - |
| YUV | 121.21 | 99.11 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 70 | 0 | 0.75 | 0.73 | 0 | 357.81 | 1 | 0.62 |
| Hex | FF | 3F | 46 | 0 | 4B | 49 | 0 | 166 | 64 | 3E |
| Octal | 377 | 77 | 106 | 0 | 113 | 111 | 0 | 546 | 144 | 76 |
| Binary | 11111111 | 111111 | 1000110 | 0 | 1001011 | 1001001 | 0 | 101100110 | 1100100 | 111110 |
Color Harmonies of #FF3F46
Complementary color
Monochromatic Colors of #FF3F46
Black with #FF3F46
Text Example
Text Example
White with #FF3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F46; }
p { color: rgb(255,63,70); }
H1.HeaderClassName
{
color: #FF3F46;
}
.AnyTagClassName
{
color: #FF3F46;
}
</style>
background-color css
<style>
a { background-color: #FF3F46; }
a { background-color: rgb(255,63,70); }
div.DivClassName
{
background-color: #FF3F46;
}
.BgClassName
{
background-color: #FF3F46;
}
</style>
border-color css
<style>
span { border-color: #FF3F46; }
span { border-color: rgb(255,63,70); }
td.TdClassName
{
border-color: #FF3F46;
}
.TagClassName
{
border-color: #FF3F46;
}
</style>