Shades of Radical Red #F34C59
Tints of Radical Red #F34C59
RGB
CMYK
RGB Variations
Color information
#F34C59 (or 0xF34C59) is known color: Radical Red. HEX triplet: F3, 4C and 59. RGB value is (243,76,89). Sum of RGB (Red+Green+Blue) = 243+76+89=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34C59 is #0CB3A6. Grayscale: #7F7F7F. Windows color (decimal): -832423 or 5852403. OLE color: 5852403.
HSL color Cylindrical-coordinate representation of color #F34C59: hue angle of 355.33º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34C59 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 89 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.05 |
| HSL | 355.33º | 0.87% | 0.63% | - |
| HSV(B) | 355.33º | 0.69% | 0.95% | - |
| XYZ | 41.35 | 24.94 | 12.09 | - |
| YUV | 127.42 | 106.33 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 89 | 0 | 0.69 | 0.63 | 0.05 | 355.33 | 0.87 | 0.63 |
| Hex | F3 | 4C | 59 | 0 | 45 | 3F | 5 | 163 | 57 | 3F |
| Octal | 363 | 114 | 131 | 0 | 105 | 77 | 5 | 543 | 127 | 77 |
| Binary | 11110011 | 1001100 | 1011001 | 0 | 1000101 | 111111 | 101 | 101100011 | 1010111 | 111111 |
Color Harmonies of #F34C59
Complementary color
Monochromatic Colors of #F34C59
Black with #F34C59
Text Example
Text Example
White with #F34C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C59; }
p { color: rgb(243,76,89); }
H1.HeaderClassName
{
color: #F34C59;
}
.AnyTagClassName
{
color: #F34C59;
}
</style>
background-color css
<style>
a { background-color: #F34C59; }
a { background-color: rgb(243,76,89); }
div.DivClassName
{
background-color: #F34C59;
}
.BgClassName
{
background-color: #F34C59;
}
</style>
border-color css
<style>
span { border-color: #F34C59; }
span { border-color: rgb(243,76,89); }
td.TdClassName
{
border-color: #F34C59;
}
.TagClassName
{
border-color: #F34C59;
}
</style>