Shades of Radical Red #F34153
Tints of Radical Red #F34153
RGB
CMYK
RGB Variations
Color information
#F34153 (or 0xF34153) is known color: Radical Red. HEX triplet: F3, 41 and 53. RGB value is (243,65,83). Sum of RGB (Red+Green+Blue) = 243+65+83=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F34153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34153 is #0CBEAC. Grayscale: #787878. Windows color (decimal): -835245 or 5456371. OLE color: 5456371.
HSL color Cylindrical-coordinate representation of color #F34153: hue angle of 353.93º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F34153 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 65 | 83 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.05 |
| HSL | 353.93º | 0.88% | 0.6% | - |
| HSV(B) | 353.93º | 0.73% | 0.95% | - |
| XYZ | 40.41 | 23.46 | 10.58 | - |
| YUV | 120.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 65 | 83 | 0 | 0.73 | 0.66 | 0.05 | 353.93 | 0.88 | 0.6 |
| Hex | F3 | 41 | 53 | 0 | 49 | 42 | 5 | 162 | 58 | 3C |
| Octal | 363 | 101 | 123 | 0 | 111 | 102 | 5 | 542 | 130 | 74 |
| Binary | 11110011 | 1000001 | 1010011 | 0 | 1001001 | 1000010 | 101 | 101100010 | 1011000 | 111100 |
Color Harmonies of #F34153
Complementary color
Monochromatic Colors of #F34153
Black with #F34153
Text Example
Text Example
White with #F34153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34153; }
p { color: rgb(243,65,83); }
H1.HeaderClassName
{
color: #F34153;
}
.AnyTagClassName
{
color: #F34153;
}
</style>
background-color css
<style>
a { background-color: #F34153; }
a { background-color: rgb(243,65,83); }
div.DivClassName
{
background-color: #F34153;
}
.BgClassName
{
background-color: #F34153;
}
</style>
border-color css
<style>
span { border-color: #F34153; }
span { border-color: rgb(243,65,83); }
td.TdClassName
{
border-color: #F34153;
}
.TagClassName
{
border-color: #F34153;
}
</style>