Shades of Radical Red #F34355
Tints of Radical Red #F34355
RGB
CMYK
RGB Variations
Color information
#F34355 (or 0xF34355) is known color: Radical Red. HEX triplet: F3, 43 and 55. RGB value is (243,67,85). Sum of RGB (Red+Green+Blue) = 243+67+85=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F34355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34355 is #0CBCAA. Grayscale: #797979. Windows color (decimal): -834731 or 5587955. OLE color: 5587955.
HSL color Cylindrical-coordinate representation of color #F34355: hue angle of 353.86º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F34355 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 67 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.05 |
| HSL | 353.86º | 0.88% | 0.61% | - |
| HSV(B) | 353.86º | 0.72% | 0.95% | - |
| XYZ | 40.61 | 23.72 | 11.03 | - |
| YUV | 121.68 | 107.31 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 67 | 85 | 0 | 0.72 | 0.65 | 0.05 | 353.86 | 0.88 | 0.61 |
| Hex | F3 | 43 | 55 | 0 | 48 | 41 | 5 | 162 | 58 | 3D |
| Octal | 363 | 103 | 125 | 0 | 110 | 101 | 5 | 542 | 130 | 75 |
| Binary | 11110011 | 1000011 | 1010101 | 0 | 1001000 | 1000001 | 101 | 101100010 | 1011000 | 111101 |
Color Harmonies of #F34355
Complementary color
Monochromatic Colors of #F34355
Black with #F34355
Text Example
Text Example
White with #F34355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34355; }
p { color: rgb(243,67,85); }
H1.HeaderClassName
{
color: #F34355;
}
.AnyTagClassName
{
color: #F34355;
}
</style>
background-color css
<style>
a { background-color: #F34355; }
a { background-color: rgb(243,67,85); }
div.DivClassName
{
background-color: #F34355;
}
.BgClassName
{
background-color: #F34355;
}
</style>
border-color css
<style>
span { border-color: #F34355; }
span { border-color: rgb(243,67,85); }
td.TdClassName
{
border-color: #F34355;
}
.TagClassName
{
border-color: #F34355;
}
</style>