Shades of Radical Red #F4455C
Tints of Radical Red #F4455C
RGB
CMYK
RGB Variations
Color information
#F4455C (or 0xF4455C) is known color: Radical Red. HEX triplet: F4, 45 and 5C. RGB value is (244,69,92). Sum of RGB (Red+Green+Blue) = 244+69+92=405 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.25% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 244 - color contains mainly: red. Hex color #F4455C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4455C is #0BBAA3. Grayscale: #7C7C7C. Windows color (decimal): -768676 or 6047220. OLE color: 6047220.
HSL color Cylindrical-coordinate representation of color #F4455C: hue angle of 352.11º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F4455C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 92 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.04 |
| HSL | 352.11º | 0.89% | 0.61% | - |
| HSV(B) | 352.11º | 0.72% | 0.96% | - |
| XYZ | 41.37 | 24.26 | 12.63 | - |
| YUV | 123.95 | 109.98 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 92 | 0 | 0.72 | 0.62 | 0.04 | 352.11 | 0.89 | 0.61 |
| Hex | F4 | 45 | 5C | 0 | 48 | 3E | 4 | 160 | 59 | 3D |
| Octal | 364 | 105 | 134 | 0 | 110 | 76 | 4 | 540 | 131 | 75 |
| Binary | 11110100 | 1000101 | 1011100 | 0 | 1001000 | 111110 | 100 | 101100000 | 1011001 | 111101 |
Color Harmonies of #F4455C
Complementary color
Monochromatic Colors of #F4455C
Black with #F4455C
Text Example
Text Example
White with #F4455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4455C; }
p { color: rgb(244,69,92); }
H1.HeaderClassName
{
color: #F4455C;
}
.AnyTagClassName
{
color: #F4455C;
}
</style>
background-color css
<style>
a { background-color: #F4455C; }
a { background-color: rgb(244,69,92); }
div.DivClassName
{
background-color: #F4455C;
}
.BgClassName
{
background-color: #F4455C;
}
</style>
border-color css
<style>
span { border-color: #F4455C; }
span { border-color: rgb(244,69,92); }
td.TdClassName
{
border-color: #F4455C;
}
.TagClassName
{
border-color: #F4455C;
}
</style>