Shades of Radical Red #F34D5A
Tints of Radical Red #F34D5A
RGB
CMYK
RGB Variations
Color information
#F34D5A (or 0xF34D5A) is known color: Radical Red. HEX triplet: F3, 4D and 5A. RGB value is (243,77,90). Sum of RGB (Red+Green+Blue) = 243+77+90=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D5A is #0CB2A5. Grayscale: #808080. Windows color (decimal): -832166 or 5918195. OLE color: 5918195.
HSL color Cylindrical-coordinate representation of color #F34D5A: hue angle of 355.3º 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 #F34D5A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 90 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.05 |
| HSL | 355.3º | 0.87% | 0.63% | - |
| HSV(B) | 355.3º | 0.68% | 0.95% | - |
| XYZ | 41.46 | 25.1 | 12.33 | - |
| YUV | 128.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 90 | 0 | 0.68 | 0.63 | 0.05 | 355.3 | 0.87 | 0.63 |
| Hex | F3 | 4D | 5A | 0 | 44 | 3F | 5 | 163 | 57 | 3F |
| Octal | 363 | 115 | 132 | 0 | 104 | 77 | 5 | 543 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1011010 | 0 | 1000100 | 111111 | 101 | 101100011 | 1010111 | 111111 |
Color Harmonies of #F34D5A
Complementary color
Monochromatic Colors of #F34D5A
Black with #F34D5A
Text Example
Text Example
White with #F34D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D5A; }
p { color: rgb(243,77,90); }
H1.HeaderClassName
{
color: #F34D5A;
}
.AnyTagClassName
{
color: #F34D5A;
}
</style>
background-color css
<style>
a { background-color: #F34D5A; }
a { background-color: rgb(243,77,90); }
div.DivClassName
{
background-color: #F34D5A;
}
.BgClassName
{
background-color: #F34D5A;
}
</style>
border-color css
<style>
span { border-color: #F34D5A; }
span { border-color: rgb(243,77,90); }
td.TdClassName
{
border-color: #F34D5A;
}
.TagClassName
{
border-color: #F34D5A;
}
</style>