Shades of Radical Red #F34448
Tints of Radical Red #F34448
RGB
CMYK
RGB Variations
Color information
#F34448 (or 0xF34448) is known color: Radical Red. HEX triplet: F3, 44 and 48. RGB value is (243,68,72). Sum of RGB (Red+Green+Blue) = 243+68+72=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F34448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34448 is #0CBBB7. Grayscale: #787878. Windows color (decimal): -834488 or 4736243. OLE color: 4736243.
HSL color Cylindrical-coordinate representation of color #F34448: hue angle of 358.63º 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 #F34448 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 68 | 72 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.05 |
| HSL | 358.63º | 0.88% | 0.61% | - |
| HSV(B) | 358.63º | 0.72% | 0.95% | - |
| XYZ | 40.2 | 23.66 | 8.58 | - |
| YUV | 120.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 68 | 72 | 0 | 0.72 | 0.70 | 0.05 | 358.63 | 0.88 | 0.61 |
| Hex | F3 | 44 | 48 | 0 | 48 | 46 | 5 | 167 | 58 | 3D |
| Octal | 363 | 104 | 110 | 0 | 110 | 106 | 5 | 547 | 130 | 75 |
| Binary | 11110011 | 1000100 | 1001000 | 0 | 1001000 | 1000110 | 101 | 101100111 | 1011000 | 111101 |
Color Harmonies of #F34448
Complementary color
Monochromatic Colors of #F34448
Black with #F34448
Text Example
Text Example
White with #F34448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34448; }
p { color: rgb(243,68,72); }
H1.HeaderClassName
{
color: #F34448;
}
.AnyTagClassName
{
color: #F34448;
}
</style>
background-color css
<style>
a { background-color: #F34448; }
a { background-color: rgb(243,68,72); }
div.DivClassName
{
background-color: #F34448;
}
.BgClassName
{
background-color: #F34448;
}
</style>
border-color css
<style>
span { border-color: #F34448; }
span { border-color: rgb(243,68,72); }
td.TdClassName
{
border-color: #F34448;
}
.TagClassName
{
border-color: #F34448;
}
</style>