Shades of Radical Red #F34955
Tints of Radical Red #F34955
RGB
CMYK
RGB Variations
Color information
#F34955 (or 0xF34955) is known color: Radical Red. HEX triplet: F3, 49 and 55. RGB value is (243,73,85). Sum of RGB (Red+Green+Blue) = 243+73+85=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F34955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34955 is #0CB6AA. Grayscale: #7D7D7D. Windows color (decimal): -833195 or 5589491. OLE color: 5589491.
HSL color Cylindrical-coordinate representation of color #F34955: hue angle of 355.76º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F34955 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 85 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.05 |
| HSL | 355.76º | 0.88% | 0.62% | - |
| HSV(B) | 355.76º | 0.7% | 0.95% | - |
| XYZ | 40.98 | 24.48 | 11.16 | - |
| YUV | 125.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 85 | 0 | 0.70 | 0.65 | 0.05 | 355.76 | 0.88 | 0.62 |
| Hex | F3 | 49 | 55 | 0 | 46 | 41 | 5 | 164 | 58 | 3E |
| Octal | 363 | 111 | 125 | 0 | 106 | 101 | 5 | 544 | 130 | 76 |
| Binary | 11110011 | 1001001 | 1010101 | 0 | 1000110 | 1000001 | 101 | 101100100 | 1011000 | 111110 |
Color Harmonies of #F34955
Complementary color
Monochromatic Colors of #F34955
Black with #F34955
Text Example
Text Example
White with #F34955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34955; }
p { color: rgb(243,73,85); }
H1.HeaderClassName
{
color: #F34955;
}
.AnyTagClassName
{
color: #F34955;
}
</style>
background-color css
<style>
a { background-color: #F34955; }
a { background-color: rgb(243,73,85); }
div.DivClassName
{
background-color: #F34955;
}
.BgClassName
{
background-color: #F34955;
}
</style>
border-color css
<style>
span { border-color: #F34955; }
span { border-color: rgb(243,73,85); }
td.TdClassName
{
border-color: #F34955;
}
.TagClassName
{
border-color: #F34955;
}
</style>