Shades of Radical Red #F4356C
Tints of Radical Red #F4356C
RGB
CMYK
RGB Variations
Color information
#F4356C (or 0xF4356C) is known color: Radical Red. HEX triplet: F4, 35 and 6C. RGB value is (244,53,108). Sum of RGB (Red+Green+Blue) = 244+53+108=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4356C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4356C is #0BCA93. Grayscale: #747474. Windows color (decimal): -772756 or 7091700. OLE color: 7091700.
HSL color Cylindrical-coordinate representation of color #F4356C: hue angle of 342.72º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4356C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 108 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.04 |
| HSL | 342.72º | 0.9% | 0.58% | - |
| HSV(B) | 342.72º | 0.78% | 0.96% | - |
| XYZ | 41.29 | 22.86 | 16.42 | - |
| YUV | 116.38 | 123.28 | 219.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 108 | 0 | 0.78 | 0.56 | 0.04 | 342.72 | 0.9 | 0.58 |
| Hex | F4 | 35 | 6C | 0 | 4E | 38 | 4 | 157 | 5A | 3A |
| Octal | 364 | 65 | 154 | 0 | 116 | 70 | 4 | 527 | 132 | 72 |
| Binary | 11110100 | 110101 | 1101100 | 0 | 1001110 | 111000 | 100 | 101010111 | 1011010 | 111010 |
Color Harmonies of #F4356C
Complementary color
Monochromatic Colors of #F4356C
Black with #F4356C
Text Example
Text Example
White with #F4356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4356C; }
p { color: rgb(244,53,108); }
H1.HeaderClassName
{
color: #F4356C;
}
.AnyTagClassName
{
color: #F4356C;
}
</style>
background-color css
<style>
a { background-color: #F4356C; }
a { background-color: rgb(244,53,108); }
div.DivClassName
{
background-color: #F4356C;
}
.BgClassName
{
background-color: #F4356C;
}
</style>
border-color css
<style>
span { border-color: #F4356C; }
span { border-color: rgb(244,53,108); }
td.TdClassName
{
border-color: #F4356C;
}
.TagClassName
{
border-color: #F4356C;
}
</style>