Shades of Radical Red #F4505D
Tints of Radical Red #F4505D
RGB
CMYK
RGB Variations
Color information
#F4505D (or 0xF4505D) is known color: Radical Red. HEX triplet: F4, 50 and 5D. RGB value is (244,80,93). Sum of RGB (Red+Green+Blue) = 244+80+93=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F4505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4505D is #0BAFA2. Grayscale: #828282. Windows color (decimal): -765859 or 6115572. OLE color: 6115572.
HSL color Cylindrical-coordinate representation of color #F4505D: hue angle of 355.24º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F4505D is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 93 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.04 |
| HSL | 355.24º | 0.88% | 0.64% | - |
| HSV(B) | 355.24º | 0.67% | 0.96% | - |
| XYZ | 42.15 | 25.76 | 13.11 | - |
| YUV | 130.52 | 106.83 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 93 | 0 | 0.67 | 0.62 | 0.04 | 355.24 | 0.88 | 0.64 |
| Hex | F4 | 50 | 5D | 0 | 43 | 3E | 4 | 163 | 58 | 40 |
| Octal | 364 | 120 | 135 | 0 | 103 | 76 | 4 | 543 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1011101 | 0 | 1000011 | 111110 | 100 | 101100011 | 1011000 | 1000000 |
Color Harmonies of #F4505D
Complementary color
Monochromatic Colors of #F4505D
Black with #F4505D
Text Example
Text Example
White with #F4505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4505D; }
p { color: rgb(244,80,93); }
H1.HeaderClassName
{
color: #F4505D;
}
.AnyTagClassName
{
color: #F4505D;
}
</style>
background-color css
<style>
a { background-color: #F4505D; }
a { background-color: rgb(244,80,93); }
div.DivClassName
{
background-color: #F4505D;
}
.BgClassName
{
background-color: #F4505D;
}
</style>
border-color css
<style>
span { border-color: #F4505D; }
span { border-color: rgb(244,80,93); }
td.TdClassName
{
border-color: #F4505D;
}
.TagClassName
{
border-color: #F4505D;
}
</style>