Shades of Radical Red #F34D60
Tints of Radical Red #F34D60
RGB
CMYK
RGB Variations
Color information
#F34D60 (or 0xF34D60) is known color: Radical Red. HEX triplet: F3, 4D and 60. RGB value is (243,77,96). Sum of RGB (Red+Green+Blue) = 243+77+96=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F34D60 is #0CB29F. Grayscale: #808080. Windows color (decimal): -832160 or 6311411. OLE color: 6311411.
HSL color Cylindrical-coordinate representation of color #F34D60: hue angle of 353.13º 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 #F34D60 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 96 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.05 |
| HSL | 353.13º | 0.87% | 0.63% | - |
| HSV(B) | 353.13º | 0.68% | 0.95% | - |
| XYZ | 41.73 | 25.21 | 13.73 | - |
| YUV | 128.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 96 | 0 | 0.68 | 0.60 | 0.05 | 353.13 | 0.87 | 0.63 |
| Hex | F3 | 4D | 60 | 0 | 44 | 3C | 5 | 161 | 57 | 3F |
| Octal | 363 | 115 | 140 | 0 | 104 | 74 | 5 | 541 | 127 | 77 |
| Binary | 11110011 | 1001101 | 1100000 | 0 | 1000100 | 111100 | 101 | 101100001 | 1010111 | 111111 |
Color Harmonies of #F34D60
Complementary color
Monochromatic Colors of #F34D60
Black with #F34D60
Text Example
Text Example
White with #F34D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D60; }
p { color: rgb(243,77,96); }
H1.HeaderClassName
{
color: #F34D60;
}
.AnyTagClassName
{
color: #F34D60;
}
</style>
background-color css
<style>
a { background-color: #F34D60; }
a { background-color: rgb(243,77,96); }
div.DivClassName
{
background-color: #F34D60;
}
.BgClassName
{
background-color: #F34D60;
}
</style>
border-color css
<style>
span { border-color: #F34D60; }
span { border-color: rgb(243,77,96); }
td.TdClassName
{
border-color: #F34D60;
}
.TagClassName
{
border-color: #F34D60;
}
</style>