Shades of Radical Red #F3465D
Tints of Radical Red #F3465D
RGB
CMYK
RGB Variations
Color information
#F3465D (or 0xF3465D) is known color: Radical Red. HEX triplet: F3, 46 and 5D. RGB value is (243,70,93). Sum of RGB (Red+Green+Blue) = 243+70+93=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3465D is #0CB9A2. Grayscale: #7C7C7C. Windows color (decimal): -833955 or 6113011. OLE color: 6113011.
HSL color Cylindrical-coordinate representation of color #F3465D: hue angle of 352.02º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3465D is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 93 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.05 |
| HSL | 352.02º | 0.88% | 0.61% | - |
| HSV(B) | 352.02º | 0.71% | 0.95% | - |
| XYZ | 41.13 | 24.23 | 12.86 | - |
| YUV | 124.35 | 110.31 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 93 | 0 | 0.71 | 0.62 | 0.05 | 352.02 | 0.88 | 0.61 |
| Hex | F3 | 46 | 5D | 0 | 47 | 3E | 5 | 160 | 58 | 3D |
| Octal | 363 | 106 | 135 | 0 | 107 | 76 | 5 | 540 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1011101 | 0 | 1000111 | 111110 | 101 | 101100000 | 1011000 | 111101 |
Color Harmonies of #F3465D
Complementary color
Monochromatic Colors of #F3465D
Black with #F3465D
Text Example
Text Example
White with #F3465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3465D; }
p { color: rgb(243,70,93); }
H1.HeaderClassName
{
color: #F3465D;
}
.AnyTagClassName
{
color: #F3465D;
}
</style>
background-color css
<style>
a { background-color: #F3465D; }
a { background-color: rgb(243,70,93); }
div.DivClassName
{
background-color: #F3465D;
}
.BgClassName
{
background-color: #F3465D;
}
</style>
border-color css
<style>
span { border-color: #F3465D; }
span { border-color: rgb(243,70,93); }
td.TdClassName
{
border-color: #F3465D;
}
.TagClassName
{
border-color: #F3465D;
}
</style>