Shades of Radical Red #F4345A
Tints of Radical Red #F4345A
RGB
CMYK
RGB Variations
Color information
#F4345A (or 0xF4345A) is known color: Radical Red. HEX triplet: F4, 34 and 5A. RGB value is (244,52,90). Sum of RGB (Red+Green+Blue) = 244+52+90=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F4345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4345A is #0BCBA5. Grayscale: #717171. Windows color (decimal): -773030 or 5911796. OLE color: 5911796.
HSL color Cylindrical-coordinate representation of color #F4345A: hue angle of 348.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 #F4345A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 90 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.04 |
| HSL | 348.13º | 0.9% | 0.58% | - |
| HSV(B) | 348.13º | 0.79% | 0.96% | - |
| XYZ | 40.38 | 22.43 | 11.87 | - |
| YUV | 113.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 90 | 0 | 0.79 | 0.63 | 0.04 | 348.13 | 0.9 | 0.58 |
| Hex | F4 | 34 | 5A | 0 | 4F | 3F | 4 | 15C | 5A | 3A |
| Octal | 364 | 64 | 132 | 0 | 117 | 77 | 4 | 534 | 132 | 72 |
| Binary | 11110100 | 110100 | 1011010 | 0 | 1001111 | 111111 | 100 | 101011100 | 1011010 | 111010 |
Color Harmonies of #F4345A
Complementary color
Monochromatic Colors of #F4345A
Black with #F4345A
Text Example
Text Example
White with #F4345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4345A; }
p { color: rgb(244,52,90); }
H1.HeaderClassName
{
color: #F4345A;
}
.AnyTagClassName
{
color: #F4345A;
}
</style>
background-color css
<style>
a { background-color: #F4345A; }
a { background-color: rgb(244,52,90); }
div.DivClassName
{
background-color: #F4345A;
}
.BgClassName
{
background-color: #F4345A;
}
</style>
border-color css
<style>
span { border-color: #F4345A; }
span { border-color: rgb(244,52,90); }
td.TdClassName
{
border-color: #F4345A;
}
.TagClassName
{
border-color: #F4345A;
}
</style>