Shades of Radical Red #F34353
Tints of Radical Red #F34353
RGB
CMYK
RGB Variations
Color information
#F34353 (or 0xF34353) is known color: Radical Red. HEX triplet: F3, 43 and 53. RGB value is (243,67,83). Sum of RGB (Red+Green+Blue) = 243+67+83=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F34353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34353 is #0CBCAC. Grayscale: #797979. Windows color (decimal): -834733 or 5456883. OLE color: 5456883.
HSL color Cylindrical-coordinate representation of color #F34353: hue angle of 354.55º 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 #F34353 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 83 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.05 |
| HSL | 354.55º | 0.88% | 0.61% | - |
| HSV(B) | 354.55º | 0.72% | 0.95% | - |
| XYZ | 40.53 | 23.69 | 10.62 | - |
| YUV | 121.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 83 | 0 | 0.72 | 0.66 | 0.05 | 354.55 | 0.88 | 0.61 |
| Hex | F3 | 43 | 53 | 0 | 48 | 42 | 5 | 163 | 58 | 3D |
| Octal | 363 | 103 | 123 | 0 | 110 | 102 | 5 | 543 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1010011 | 0 | 1001000 | 1000010 | 101 | 101100011 | 1011000 | 111101 |
Color Harmonies of #F34353
Complementary color
Monochromatic Colors of #F34353
Black with #F34353
Text Example
Text Example
White with #F34353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34353; }
p { color: rgb(243,67,83); }
H1.HeaderClassName
{
color: #F34353;
}
.AnyTagClassName
{
color: #F34353;
}
</style>
background-color css
<style>
a { background-color: #F34353; }
a { background-color: rgb(243,67,83); }
div.DivClassName
{
background-color: #F34353;
}
.BgClassName
{
background-color: #F34353;
}
</style>
border-color css
<style>
span { border-color: #F34353; }
span { border-color: rgb(243,67,83); }
td.TdClassName
{
border-color: #F34353;
}
.TagClassName
{
border-color: #F34353;
}
</style>