Shades of Radical Red #F3404D
Tints of Radical Red #F3404D
RGB
CMYK
RGB Variations
Color information
#F3404D (or 0xF3404D) is known color: Radical Red. HEX triplet: F3, 40 and 4D. RGB value is (243,64,77). Sum of RGB (Red+Green+Blue) = 243+64+77=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3404D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3404D is #0CBFB2. Grayscale: #777777. Windows color (decimal): -835507 or 5062899. OLE color: 5062899.
HSL color Cylindrical-coordinate representation of color #F3404D: hue angle of 355.64º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3404D is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 77 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.05 |
| HSL | 355.64º | 0.88% | 0.6% | - |
| HSV(B) | 355.64º | 0.74% | 0.95% | - |
| XYZ | 40.14 | 23.26 | 9.39 | - |
| YUV | 119 | 104.3 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 77 | 0 | 0.74 | 0.68 | 0.05 | 355.64 | 0.88 | 0.6 |
| Hex | F3 | 40 | 4D | 0 | 4A | 44 | 5 | 164 | 58 | 3C |
| Octal | 363 | 100 | 115 | 0 | 112 | 104 | 5 | 544 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1001101 | 0 | 1001010 | 1000100 | 101 | 101100100 | 1011000 | 111100 |
Color Harmonies of #F3404D
Complementary color
Monochromatic Colors of #F3404D
Black with #F3404D
Text Example
Text Example
White with #F3404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3404D; }
p { color: rgb(243,64,77); }
H1.HeaderClassName
{
color: #F3404D;
}
.AnyTagClassName
{
color: #F3404D;
}
</style>
background-color css
<style>
a { background-color: #F3404D; }
a { background-color: rgb(243,64,77); }
div.DivClassName
{
background-color: #F3404D;
}
.BgClassName
{
background-color: #F3404D;
}
</style>
border-color css
<style>
span { border-color: #F3404D; }
span { border-color: rgb(243,64,77); }
td.TdClassName
{
border-color: #F3404D;
}
.TagClassName
{
border-color: #F3404D;
}
</style>