Shades of Radical Red #F34758
Tints of Radical Red #F34758
RGB
CMYK
RGB Variations
Color information
#F34758 (or 0xF34758) is known color: Radical Red. HEX triplet: F3, 47 and 58. RGB value is (243,71,88). Sum of RGB (Red+Green+Blue) = 243+71+88=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F34758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34758 is #0CB8A7. Grayscale: #7C7C7C. Windows color (decimal): -833704 or 5785587. OLE color: 5785587.
HSL color Cylindrical-coordinate representation of color #F34758: hue angle of 354.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34758 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 88 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.05 |
| HSL | 354.07º | 0.88% | 0.62% | - |
| HSV(B) | 354.07º | 0.71% | 0.95% | - |
| XYZ | 40.98 | 24.27 | 11.76 | - |
| YUV | 124.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 88 | 0 | 0.71 | 0.64 | 0.05 | 354.07 | 0.88 | 0.62 |
| Hex | F3 | 47 | 58 | 0 | 47 | 40 | 5 | 162 | 58 | 3E |
| Octal | 363 | 107 | 130 | 0 | 107 | 100 | 5 | 542 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1011000 | 0 | 1000111 | 1000000 | 101 | 101100010 | 1011000 | 111110 |
Color Harmonies of #F34758
Complementary color
Monochromatic Colors of #F34758
Black with #F34758
Text Example
Text Example
White with #F34758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34758; }
p { color: rgb(243,71,88); }
H1.HeaderClassName
{
color: #F34758;
}
.AnyTagClassName
{
color: #F34758;
}
</style>
background-color css
<style>
a { background-color: #F34758; }
a { background-color: rgb(243,71,88); }
div.DivClassName
{
background-color: #F34758;
}
.BgClassName
{
background-color: #F34758;
}
</style>
border-color css
<style>
span { border-color: #F34758; }
span { border-color: rgb(243,71,88); }
td.TdClassName
{
border-color: #F34758;
}
.TagClassName
{
border-color: #F34758;
}
</style>