Shades of Radical Red #F34953
Tints of Radical Red #F34953
RGB
CMYK
RGB Variations
Color information
#F34953 (or 0xF34953) is known color: Radical Red. HEX triplet: F3, 49 and 53. RGB value is (243,73,83). Sum of RGB (Red+Green+Blue) = 243+73+83=399 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.90% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 243 - color contains mainly: red. Hex color #F34953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34953 is #0CB6AC. Grayscale: #7D7D7D. Windows color (decimal): -833197 or 5458419. OLE color: 5458419.
HSL color Cylindrical-coordinate representation of color #F34953: hue angle of 356.47º 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 #F34953 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 83 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.05 |
| HSL | 356.47º | 0.88% | 0.62% | - |
| HSV(B) | 356.47º | 0.7% | 0.95% | - |
| XYZ | 40.91 | 24.44 | 10.75 | - |
| YUV | 124.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 83 | 0 | 0.70 | 0.66 | 0.05 | 356.47 | 0.88 | 0.62 |
| Hex | F3 | 49 | 53 | 0 | 46 | 42 | 5 | 164 | 58 | 3E |
| Octal | 363 | 111 | 123 | 0 | 106 | 102 | 5 | 544 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1010011 | 0 | 1000110 | 1000010 | 101 | 101100100 | 1011000 | 111110 |
Color Harmonies of #F34953
Complementary color
Monochromatic Colors of #F34953
Black with #F34953
Text Example
Text Example
White with #F34953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34953; }
p { color: rgb(243,73,83); }
H1.HeaderClassName
{
color: #F34953;
}
.AnyTagClassName
{
color: #F34953;
}
</style>
background-color css
<style>
a { background-color: #F34953; }
a { background-color: rgb(243,73,83); }
div.DivClassName
{
background-color: #F34953;
}
.BgClassName
{
background-color: #F34953;
}
</style>
border-color css
<style>
span { border-color: #F34953; }
span { border-color: rgb(243,73,83); }
td.TdClassName
{
border-color: #F34953;
}
.TagClassName
{
border-color: #F34953;
}
</style>