Shades of Radical Red #F34354
Tints of Radical Red #F34354
RGB
CMYK
RGB Variations
Color information
#F34354 (or 0xF34354) is known color: Radical Red. HEX triplet: F3, 43 and 54. RGB value is (243,67,84). Sum of RGB (Red+Green+Blue) = 243+67+84=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F34354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34354 is #0CBCAB. Grayscale: #797979. Windows color (decimal): -834732 or 5522419. OLE color: 5522419.
HSL color Cylindrical-coordinate representation of color #F34354: hue angle of 354.2º 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 #F34354 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 84 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.05 |
| HSL | 354.2º | 0.88% | 0.61% | - |
| HSV(B) | 354.2º | 0.72% | 0.95% | - |
| XYZ | 40.57 | 23.71 | 10.83 | - |
| YUV | 121.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 84 | 0 | 0.72 | 0.65 | 0.05 | 354.2 | 0.88 | 0.61 |
| Hex | F3 | 43 | 54 | 0 | 48 | 41 | 5 | 162 | 58 | 3D |
| Octal | 363 | 103 | 124 | 0 | 110 | 101 | 5 | 542 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1010100 | 0 | 1001000 | 1000001 | 101 | 101100010 | 1011000 | 111101 |
Color Harmonies of #F34354
Complementary color
Monochromatic Colors of #F34354
Black with #F34354
Text Example
Text Example
White with #F34354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34354; }
p { color: rgb(243,67,84); }
H1.HeaderClassName
{
color: #F34354;
}
.AnyTagClassName
{
color: #F34354;
}
</style>
background-color css
<style>
a { background-color: #F34354; }
a { background-color: rgb(243,67,84); }
div.DivClassName
{
background-color: #F34354;
}
.BgClassName
{
background-color: #F34354;
}
</style>
border-color css
<style>
span { border-color: #F34354; }
span { border-color: rgb(243,67,84); }
td.TdClassName
{
border-color: #F34354;
}
.TagClassName
{
border-color: #F34354;
}
</style>