Shades of Radical Red #F3464D
Tints of Radical Red #F3464D
RGB
CMYK
RGB Variations
Color information
#F3464D (or 0xF3464D) is known color: Radical Red. HEX triplet: F3, 46 and 4D. RGB value is (243,70,77). Sum of RGB (Red+Green+Blue) = 243+70+77=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3464D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3464D is #0CB9B2. Grayscale: #7A7A7A. Windows color (decimal): -833971 or 5064435. OLE color: 5064435.
HSL color Cylindrical-coordinate representation of color #F3464D: hue angle of 357.57º 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 #F3464D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 77 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.05 |
| HSL | 357.57º | 0.88% | 0.61% | - |
| HSV(B) | 357.57º | 0.71% | 0.95% | - |
| XYZ | 40.49 | 23.97 | 9.51 | - |
| YUV | 122.53 | 102.31 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 77 | 0 | 0.71 | 0.68 | 0.05 | 357.57 | 0.88 | 0.61 |
| Hex | F3 | 46 | 4D | 0 | 47 | 44 | 5 | 166 | 58 | 3D |
| Octal | 363 | 106 | 115 | 0 | 107 | 104 | 5 | 546 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1001101 | 0 | 1000111 | 1000100 | 101 | 101100110 | 1011000 | 111101 |
Color Harmonies of #F3464D
Complementary color
Monochromatic Colors of #F3464D
Black with #F3464D
Text Example
Text Example
White with #F3464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3464D; }
p { color: rgb(243,70,77); }
H1.HeaderClassName
{
color: #F3464D;
}
.AnyTagClassName
{
color: #F3464D;
}
</style>
background-color css
<style>
a { background-color: #F3464D; }
a { background-color: rgb(243,70,77); }
div.DivClassName
{
background-color: #F3464D;
}
.BgClassName
{
background-color: #F3464D;
}
</style>
border-color css
<style>
span { border-color: #F3464D; }
span { border-color: rgb(243,70,77); }
td.TdClassName
{
border-color: #F3464D;
}
.TagClassName
{
border-color: #F3464D;
}
</style>