Shades of Radical Red #F34050
Tints of Radical Red #F34050
RGB
CMYK
RGB Variations
Color information
#F34050 (or 0xF34050) is known color: Radical Red. HEX triplet: F3, 40 and 50. RGB value is (243,64,80). Sum of RGB (Red+Green+Blue) = 243+64+80=387 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.79% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 243 - color contains mainly: red. Hex color #F34050 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34050 is #0CBFAF. Grayscale: #777777. Windows color (decimal): -835504 or 5259507. OLE color: 5259507.
HSL color Cylindrical-coordinate representation of color #F34050: hue angle of 354.64º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F34050 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 64 | 80 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.05 |
| HSL | 354.64º | 0.88% | 0.6% | - |
| HSV(B) | 354.64º | 0.74% | 0.95% | - |
| XYZ | 40.24 | 23.3 | 9.97 | - |
| YUV | 119.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 64 | 80 | 0 | 0.74 | 0.67 | 0.05 | 354.64 | 0.88 | 0.6 |
| Hex | F3 | 40 | 50 | 0 | 4A | 43 | 5 | 163 | 58 | 3C |
| Octal | 363 | 100 | 120 | 0 | 112 | 103 | 5 | 543 | 130 | 74 |
| Binary | 11110011 | 1000000 | 1010000 | 0 | 1001010 | 1000011 | 101 | 101100011 | 1011000 | 111100 |
Color Harmonies of #F34050
Complementary color
Monochromatic Colors of #F34050
Black with #F34050
Text Example
Text Example
White with #F34050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34050; }
p { color: rgb(243,64,80); }
H1.HeaderClassName
{
color: #F34050;
}
.AnyTagClassName
{
color: #F34050;
}
</style>
background-color css
<style>
a { background-color: #F34050; }
a { background-color: rgb(243,64,80); }
div.DivClassName
{
background-color: #F34050;
}
.BgClassName
{
background-color: #F34050;
}
</style>
border-color css
<style>
span { border-color: #F34050; }
span { border-color: rgb(243,64,80); }
td.TdClassName
{
border-color: #F34050;
}
.TagClassName
{
border-color: #F34050;
}
</style>