Shades of Radical Red #F3454A
Tints of Radical Red #F3454A
RGB
CMYK
RGB Variations
Color information
#F3454A (or 0xF3454A) is known color: Radical Red. HEX triplet: F3, 45 and 4A. RGB value is (243,69,74). Sum of RGB (Red+Green+Blue) = 243+69+74=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3454A is #0CBAB5. Grayscale: #797979. Windows color (decimal): -834230 or 4867571. OLE color: 4867571.
HSL color Cylindrical-coordinate representation of color #F3454A: hue angle of 358.28º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F3454A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 74 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.05 |
| HSL | 358.28º | 0.88% | 0.61% | - |
| HSV(B) | 358.28º | 0.72% | 0.95% | - |
| XYZ | 40.33 | 23.81 | 8.95 | - |
| YUV | 121.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 74 | 0 | 0.72 | 0.70 | 0.05 | 358.28 | 0.88 | 0.61 |
| Hex | F3 | 45 | 4A | 0 | 48 | 46 | 5 | 166 | 58 | 3D |
| Octal | 363 | 105 | 112 | 0 | 110 | 106 | 5 | 546 | 130 | 75 |
| Binary | 11110011 | 1000101 | 1001010 | 0 | 1001000 | 1000110 | 101 | 101100110 | 1011000 | 111101 |
Color Harmonies of #F3454A
Complementary color
Monochromatic Colors of #F3454A
Black with #F3454A
Text Example
Text Example
White with #F3454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3454A; }
p { color: rgb(243,69,74); }
H1.HeaderClassName
{
color: #F3454A;
}
.AnyTagClassName
{
color: #F3454A;
}
</style>
background-color css
<style>
a { background-color: #F3454A; }
a { background-color: rgb(243,69,74); }
div.DivClassName
{
background-color: #F3454A;
}
.BgClassName
{
background-color: #F3454A;
}
</style>
border-color css
<style>
span { border-color: #F3454A; }
span { border-color: rgb(243,69,74); }
td.TdClassName
{
border-color: #F3454A;
}
.TagClassName
{
border-color: #F3454A;
}
</style>