Shades of Radical Red #F3406B
Tints of Radical Red #F3406B
RGB
CMYK
RGB Variations
Color information
#F3406B (or 0xF3406B) is known color: Radical Red. HEX triplet: F3, 40 and 6B. RGB value is (243,64,107). Sum of RGB (Red+Green+Blue) = 243+64+107=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F3406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3406B is #0CBF94. Grayscale: #7A7A7A. Windows color (decimal): -835477 or 7028979. OLE color: 7028979.
HSL color Cylindrical-coordinate representation of color #F3406B: hue angle of 345.59º 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 #F3406B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 107 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.05 |
| HSL | 345.59º | 0.88% | 0.6% | - |
| HSV(B) | 345.59º | 0.74% | 0.95% | - |
| XYZ | 41.45 | 23.78 | 16.32 | - |
| YUV | 122.42 | 119.3 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 107 | 0 | 0.74 | 0.56 | 0.05 | 345.59 | 0.88 | 0.6 |
| Hex | F3 | 40 | 6B | 0 | 4A | 38 | 5 | 15A | 58 | 3C |
| Octal | 363 | 100 | 153 | 0 | 112 | 70 | 5 | 532 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1101011 | 0 | 1001010 | 111000 | 101 | 101011010 | 1011000 | 111100 |
Color Harmonies of #F3406B
Complementary color
Monochromatic Colors of #F3406B
Black with #F3406B
Text Example
Text Example
White with #F3406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3406B; }
p { color: rgb(243,64,107); }
H1.HeaderClassName
{
color: #F3406B;
}
.AnyTagClassName
{
color: #F3406B;
}
</style>
background-color css
<style>
a { background-color: #F3406B; }
a { background-color: rgb(243,64,107); }
div.DivClassName
{
background-color: #F3406B;
}
.BgClassName
{
background-color: #F3406B;
}
</style>
border-color css
<style>
span { border-color: #F3406B; }
span { border-color: rgb(243,64,107); }
td.TdClassName
{
border-color: #F3406B;
}
.TagClassName
{
border-color: #F3406B;
}
</style>