Shades of Radical Red #F34D5B
Tints of Radical Red #F34D5B
RGB
CMYK
RGB Variations
Color information
#F34D5B (or 0xF34D5B) is known color: Radical Red. HEX triplet: F3, 4D and 5B. RGB value is (243,77,91). Sum of RGB (Red+Green+Blue) = 243+77+91=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D5B is #0CB2A4. Grayscale: #808080. Windows color (decimal): -832165 or 5983731. OLE color: 5983731.
HSL color Cylindrical-coordinate representation of color #F34D5B: hue angle of 354.94º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34D5B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 91 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.05 |
| HSL | 354.94º | 0.87% | 0.63% | - |
| HSV(B) | 354.94º | 0.68% | 0.95% | - |
| XYZ | 41.5 | 25.12 | 12.56 | - |
| YUV | 128.23 | 107 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 91 | 0 | 0.68 | 0.63 | 0.05 | 354.94 | 0.87 | 0.63 |
| Hex | F3 | 4D | 5B | 0 | 44 | 3F | 5 | 163 | 57 | 3F |
| Octal | 363 | 115 | 133 | 0 | 104 | 77 | 5 | 543 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1011011 | 0 | 1000100 | 111111 | 101 | 101100011 | 1010111 | 111111 |
Color Harmonies of #F34D5B
Complementary color
Monochromatic Colors of #F34D5B
Black with #F34D5B
Text Example
Text Example
White with #F34D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D5B; }
p { color: rgb(243,77,91); }
H1.HeaderClassName
{
color: #F34D5B;
}
.AnyTagClassName
{
color: #F34D5B;
}
</style>
background-color css
<style>
a { background-color: #F34D5B; }
a { background-color: rgb(243,77,91); }
div.DivClassName
{
background-color: #F34D5B;
}
.BgClassName
{
background-color: #F34D5B;
}
</style>
border-color css
<style>
span { border-color: #F34D5B; }
span { border-color: rgb(243,77,91); }
td.TdClassName
{
border-color: #F34D5B;
}
.TagClassName
{
border-color: #F34D5B;
}
</style>