Shades of Radical Red #F4395C
Tints of Radical Red #F4395C
RGB
CMYK
RGB Variations
Color information
#F4395C (or 0xF4395C) is known color: Radical Red. HEX triplet: F4, 39 and 5C. RGB value is (244,57,92). Sum of RGB (Red+Green+Blue) = 244+57+92=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F4395C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4395C is #0BC6A3. Grayscale: #747474. Windows color (decimal): -771748 or 6044148. OLE color: 6044148.
HSL color Cylindrical-coordinate representation of color #F4395C: hue angle of 348.77º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F4395C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 57 | 92 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.04 |
| HSL | 348.77º | 0.89% | 0.59% | - |
| HSV(B) | 348.77º | 0.77% | 0.96% | - |
| XYZ | 40.7 | 22.93 | 12.41 | - |
| YUV | 116.9 | 113.95 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 57 | 92 | 0 | 0.77 | 0.62 | 0.04 | 348.77 | 0.89 | 0.59 |
| Hex | F4 | 39 | 5C | 0 | 4D | 3E | 4 | 15D | 59 | 3B |
| Octal | 364 | 71 | 134 | 0 | 115 | 76 | 4 | 535 | 131 | 73 |
| Binary | 11110100 | 111001 | 1011100 | 0 | 1001101 | 111110 | 100 | 101011101 | 1011001 | 111011 |
Color Harmonies of #F4395C
Complementary color
Monochromatic Colors of #F4395C
Black with #F4395C
Text Example
Text Example
White with #F4395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4395C; }
p { color: rgb(244,57,92); }
H1.HeaderClassName
{
color: #F4395C;
}
.AnyTagClassName
{
color: #F4395C;
}
</style>
background-color css
<style>
a { background-color: #F4395C; }
a { background-color: rgb(244,57,92); }
div.DivClassName
{
background-color: #F4395C;
}
.BgClassName
{
background-color: #F4395C;
}
</style>
border-color css
<style>
span { border-color: #F4395C; }
span { border-color: rgb(244,57,92); }
td.TdClassName
{
border-color: #F4395C;
}
.TagClassName
{
border-color: #F4395C;
}
</style>