Shades of Radical Red #F4346C
Tints of Radical Red #F4346C
RGB
CMYK
RGB Variations
Color information
#F4346C (or 0xF4346C) is known color: Radical Red. HEX triplet: F4, 34 and 6C. RGB value is (244,52,108). Sum of RGB (Red+Green+Blue) = 244+52+108=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4346C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4346C is #0BCB93. Grayscale: #737373. Windows color (decimal): -773012 or 7091444. OLE color: 7091444.
HSL color Cylindrical-coordinate representation of color #F4346C: hue angle of 342.5º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F4346C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 108 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.04 |
| HSL | 342.5º | 0.9% | 0.58% | - |
| HSV(B) | 342.5º | 0.79% | 0.96% | - |
| XYZ | 41.24 | 22.77 | 16.41 | - |
| YUV | 115.79 | 123.61 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 108 | 0 | 0.79 | 0.56 | 0.04 | 342.5 | 0.9 | 0.58 |
| Hex | F4 | 34 | 6C | 0 | 4F | 38 | 4 | 156 | 5A | 3A |
| Octal | 364 | 64 | 154 | 0 | 117 | 70 | 4 | 526 | 132 | 72 |
| Binary | 11110100 | 110100 | 1101100 | 0 | 1001111 | 111000 | 100 | 101010110 | 1011010 | 111010 |
Color Harmonies of #F4346C
Complementary color
Monochromatic Colors of #F4346C
Black with #F4346C
Text Example
Text Example
White with #F4346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4346C; }
p { color: rgb(244,52,108); }
H1.HeaderClassName
{
color: #F4346C;
}
.AnyTagClassName
{
color: #F4346C;
}
</style>
background-color css
<style>
a { background-color: #F4346C; }
a { background-color: rgb(244,52,108); }
div.DivClassName
{
background-color: #F4346C;
}
.BgClassName
{
background-color: #F4346C;
}
</style>
border-color css
<style>
span { border-color: #F4346C; }
span { border-color: rgb(244,52,108); }
td.TdClassName
{
border-color: #F4346C;
}
.TagClassName
{
border-color: #F4346C;
}
</style>