Shades of Radical Red #F3406E
Tints of Radical Red #F3406E
RGB
CMYK
RGB Variations
Color information
#F3406E (or 0xF3406E) is known color: Radical Red. HEX triplet: F3, 40 and 6E. RGB value is (243,64,110). Sum of RGB (Red+Green+Blue) = 243+64+110=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3406E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3406E is #0CBF91. Grayscale: #7A7A7A. Windows color (decimal): -835474 or 7225587. OLE color: 7225587.
HSL color Cylindrical-coordinate representation of color #F3406E: hue angle of 344.58º 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 #F3406E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 110 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.05 |
| HSL | 344.58º | 0.88% | 0.6% | - |
| HSV(B) | 344.58º | 0.74% | 0.95% | - |
| XYZ | 41.61 | 23.85 | 17.16 | - |
| YUV | 122.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 110 | 0 | 0.74 | 0.55 | 0.05 | 344.58 | 0.88 | 0.6 |
| Hex | F3 | 40 | 6E | 0 | 4A | 37 | 5 | 159 | 58 | 3C |
| Octal | 363 | 100 | 156 | 0 | 112 | 67 | 5 | 531 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1101110 | 0 | 1001010 | 110111 | 101 | 101011001 | 1011000 | 111100 |
Color Harmonies of #F3406E
Complementary color
Monochromatic Colors of #F3406E
Black with #F3406E
Text Example
Text Example
White with #F3406E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3406E; }
p { color: rgb(243,64,110); }
H1.HeaderClassName
{
color: #F3406E;
}
.AnyTagClassName
{
color: #F3406E;
}
</style>
background-color css
<style>
a { background-color: #F3406E; }
a { background-color: rgb(243,64,110); }
div.DivClassName
{
background-color: #F3406E;
}
.BgClassName
{
background-color: #F3406E;
}
</style>
border-color css
<style>
span { border-color: #F3406E; }
span { border-color: rgb(243,64,110); }
td.TdClassName
{
border-color: #F3406E;
}
.TagClassName
{
border-color: #F3406E;
}
</style>