Shades of Radical Red #F3404E
Tints of Radical Red #F3404E
RGB
CMYK
RGB Variations
Color information
#F3404E (or 0xF3404E) is known color: Radical Red. HEX triplet: F3, 40 and 4E. RGB value is (243,64,78). Sum of RGB (Red+Green+Blue) = 243+64+78=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3404E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3404E is #0CBFB1. Grayscale: #777777. Windows color (decimal): -835506 or 5128435. OLE color: 5128435.
HSL color Cylindrical-coordinate representation of color #F3404E: hue angle of 355.31º 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 #F3404E is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 78 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.05 |
| HSL | 355.31º | 0.88% | 0.6% | - |
| HSV(B) | 355.31º | 0.74% | 0.95% | - |
| XYZ | 40.17 | 23.27 | 9.58 | - |
| YUV | 119.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 78 | 0 | 0.74 | 0.68 | 0.05 | 355.31 | 0.88 | 0.6 |
| Hex | F3 | 40 | 4E | 0 | 4A | 44 | 5 | 163 | 58 | 3C |
| Octal | 363 | 100 | 116 | 0 | 112 | 104 | 5 | 543 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1001110 | 0 | 1001010 | 1000100 | 101 | 101100011 | 1011000 | 111100 |
Color Harmonies of #F3404E
Complementary color
Monochromatic Colors of #F3404E
Black with #F3404E
Text Example
Text Example
White with #F3404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3404E; }
p { color: rgb(243,64,78); }
H1.HeaderClassName
{
color: #F3404E;
}
.AnyTagClassName
{
color: #F3404E;
}
</style>
background-color css
<style>
a { background-color: #F3404E; }
a { background-color: rgb(243,64,78); }
div.DivClassName
{
background-color: #F3404E;
}
.BgClassName
{
background-color: #F3404E;
}
</style>
border-color css
<style>
span { border-color: #F3404E; }
span { border-color: rgb(243,64,78); }
td.TdClassName
{
border-color: #F3404E;
}
.TagClassName
{
border-color: #F3404E;
}
</style>