Shades of Radical Red #F4346A
Tints of Radical Red #F4346A
RGB
CMYK
RGB Variations
Color information
#F4346A (or 0xF4346A) is known color: Radical Red. HEX triplet: F4, 34 and 6A. RGB value is (244,52,106). Sum of RGB (Red+Green+Blue) = 244+52+106=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F4346A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4346A is #0BCB95. Grayscale: #737373. Windows color (decimal): -773014 or 6960372. OLE color: 6960372.
HSL color Cylindrical-coordinate representation of color #F4346A: hue angle of 343.12º 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 #F4346A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 106 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.04 |
| HSL | 343.13º | 0.9% | 0.58% | - |
| HSV(B) | 343.13º | 0.79% | 0.96% | - |
| XYZ | 41.14 | 22.73 | 15.85 | - |
| YUV | 115.56 | 122.61 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 106 | 0 | 0.79 | 0.57 | 0.04 | 343.13 | 0.9 | 0.58 |
| Hex | F4 | 34 | 6A | 0 | 4F | 39 | 4 | 157 | 5A | 3A |
| Octal | 364 | 64 | 152 | 0 | 117 | 71 | 4 | 527 | 132 | 72 |
| Binary | 11110100 | 110100 | 1101010 | 0 | 1001111 | 111001 | 100 | 101010111 | 1011010 | 111010 |
Color Harmonies of #F4346A
Complementary color
Monochromatic Colors of #F4346A
Black with #F4346A
Text Example
Text Example
White with #F4346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4346A; }
p { color: rgb(244,52,106); }
H1.HeaderClassName
{
color: #F4346A;
}
.AnyTagClassName
{
color: #F4346A;
}
</style>
background-color css
<style>
a { background-color: #F4346A; }
a { background-color: rgb(244,52,106); }
div.DivClassName
{
background-color: #F4346A;
}
.BgClassName
{
background-color: #F4346A;
}
</style>
border-color css
<style>
span { border-color: #F4346A; }
span { border-color: rgb(244,52,106); }
td.TdClassName
{
border-color: #F4346A;
}
.TagClassName
{
border-color: #F4346A;
}
</style>