Shades of Radical Red #F3484D
Tints of Radical Red #F3484D
RGB
CMYK
RGB Variations
Color information
#F3484D (or 0xF3484D) is known color: Radical Red. HEX triplet: F3, 48 and 4D. RGB value is (243,72,77). Sum of RGB (Red+Green+Blue) = 243+72+77=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F3484D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3484D is #0CB7B2. Grayscale: #7B7B7B. Windows color (decimal): -833459 or 5064947. OLE color: 5064947.
HSL color Cylindrical-coordinate representation of color #F3484D: hue angle of 358.25º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3484D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 77 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.05 |
| HSL | 358.25º | 0.88% | 0.62% | - |
| HSV(B) | 358.25º | 0.7% | 0.95% | - |
| XYZ | 40.62 | 24.23 | 9.56 | - |
| YUV | 123.7 | 101.65 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 77 | 0 | 0.70 | 0.68 | 0.05 | 358.25 | 0.88 | 0.62 |
| Hex | F3 | 48 | 4D | 0 | 46 | 44 | 5 | 166 | 58 | 3E |
| Octal | 363 | 110 | 115 | 0 | 106 | 104 | 5 | 546 | 130 | 76 |
| Binary | 11110011 | 1001000 | 1001101 | 0 | 1000110 | 1000100 | 101 | 101100110 | 1011000 | 111110 |
Color Harmonies of #F3484D
Complementary color
Monochromatic Colors of #F3484D
Black with #F3484D
Text Example
Text Example
White with #F3484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3484D; }
p { color: rgb(243,72,77); }
H1.HeaderClassName
{
color: #F3484D;
}
.AnyTagClassName
{
color: #F3484D;
}
</style>
background-color css
<style>
a { background-color: #F3484D; }
a { background-color: rgb(243,72,77); }
div.DivClassName
{
background-color: #F3484D;
}
.BgClassName
{
background-color: #F3484D;
}
</style>
border-color css
<style>
span { border-color: #F3484D; }
span { border-color: rgb(243,72,77); }
td.TdClassName
{
border-color: #F3484D;
}
.TagClassName
{
border-color: #F3484D;
}
</style>