Shades of Radical Red #F3406A
Tints of Radical Red #F3406A
RGB
CMYK
RGB Variations
Color information
#F3406A (or 0xF3406A) is known color: Radical Red. HEX triplet: F3, 40 and 6A. RGB value is (243,64,106). Sum of RGB (Red+Green+Blue) = 243+64+106=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F3406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3406A is #0CBF95. Grayscale: #7A7A7A. Windows color (decimal): -835478 or 6963443. OLE color: 6963443.
HSL color Cylindrical-coordinate representation of color #F3406A: hue angle of 345.92º 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 #F3406A is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 106 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.05 |
| HSL | 345.92º | 0.88% | 0.6% | - |
| HSV(B) | 345.92º | 0.74% | 0.95% | - |
| XYZ | 41.4 | 23.76 | 16.04 | - |
| YUV | 122.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 106 | 0 | 0.74 | 0.56 | 0.05 | 345.92 | 0.88 | 0.6 |
| Hex | F3 | 40 | 6A | 0 | 4A | 38 | 5 | 15A | 58 | 3C |
| Octal | 363 | 100 | 152 | 0 | 112 | 70 | 5 | 532 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1101010 | 0 | 1001010 | 111000 | 101 | 101011010 | 1011000 | 111100 |
Color Harmonies of #F3406A
Complementary color
Monochromatic Colors of #F3406A
Black with #F3406A
Text Example
Text Example
White with #F3406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3406A; }
p { color: rgb(243,64,106); }
H1.HeaderClassName
{
color: #F3406A;
}
.AnyTagClassName
{
color: #F3406A;
}
</style>
background-color css
<style>
a { background-color: #F3406A; }
a { background-color: rgb(243,64,106); }
div.DivClassName
{
background-color: #F3406A;
}
.BgClassName
{
background-color: #F3406A;
}
</style>
border-color css
<style>
span { border-color: #F3406A; }
span { border-color: rgb(243,64,106); }
td.TdClassName
{
border-color: #F3406A;
}
.TagClassName
{
border-color: #F3406A;
}
</style>