Shades of Radical Red #F4356A
Tints of Radical Red #F4356A
RGB
CMYK
RGB Variations
Color information
#F4356A (or 0xF4356A) is known color: Radical Red. HEX triplet: F4, 35 and 6A. RGB value is (244,53,106). Sum of RGB (Red+Green+Blue) = 244+53+106=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4356A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4356A is #0BCA95. Grayscale: #747474. Windows color (decimal): -772758 or 6960628. OLE color: 6960628.
HSL color Cylindrical-coordinate representation of color #F4356A: hue angle of 343.35º 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 #F4356A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 106 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.04 |
| HSL | 343.35º | 0.9% | 0.58% | - |
| HSV(B) | 343.35º | 0.78% | 0.96% | - |
| XYZ | 41.18 | 22.82 | 15.87 | - |
| YUV | 116.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 106 | 0 | 0.78 | 0.57 | 0.04 | 343.35 | 0.9 | 0.58 |
| Hex | F4 | 35 | 6A | 0 | 4E | 39 | 4 | 157 | 5A | 3A |
| Octal | 364 | 65 | 152 | 0 | 116 | 71 | 4 | 527 | 132 | 72 |
| Binary | 11110100 | 110101 | 1101010 | 0 | 1001110 | 111001 | 100 | 101010111 | 1011010 | 111010 |
Color Harmonies of #F4356A
Complementary color
Monochromatic Colors of #F4356A
Black with #F4356A
Text Example
Text Example
White with #F4356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4356A; }
p { color: rgb(244,53,106); }
H1.HeaderClassName
{
color: #F4356A;
}
.AnyTagClassName
{
color: #F4356A;
}
</style>
background-color css
<style>
a { background-color: #F4356A; }
a { background-color: rgb(244,53,106); }
div.DivClassName
{
background-color: #F4356A;
}
.BgClassName
{
background-color: #F4356A;
}
</style>
border-color css
<style>
span { border-color: #F4356A; }
span { border-color: rgb(244,53,106); }
td.TdClassName
{
border-color: #F4356A;
}
.TagClassName
{
border-color: #F4356A;
}
</style>