Shades of Radical Red #F4505A
Tints of Radical Red #F4505A
RGB
CMYK
RGB Variations
Color information
#F4505A (or 0xF4505A) is known color: Radical Red. HEX triplet: F4, 50 and 5A. RGB value is (244,80,90). Sum of RGB (Red+Green+Blue) = 244+80+90=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F4505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4505A is #0BAFA5. Grayscale: #828282. Windows color (decimal): -765862 or 5918964. OLE color: 5918964.
HSL color Cylindrical-coordinate representation of color #F4505A: hue angle of 356.34º 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 #F4505A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 90 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.04 |
| HSL | 356.34º | 0.88% | 0.64% | - |
| HSV(B) | 356.34º | 0.67% | 0.96% | - |
| XYZ | 42.02 | 25.71 | 12.42 | - |
| YUV | 130.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 90 | 0 | 0.67 | 0.63 | 0.04 | 356.34 | 0.88 | 0.64 |
| Hex | F4 | 50 | 5A | 0 | 43 | 3F | 4 | 164 | 58 | 40 |
| Octal | 364 | 120 | 132 | 0 | 103 | 77 | 4 | 544 | 130 | 100 |
| Binary | 11110100 | 1010000 | 1011010 | 0 | 1000011 | 111111 | 100 | 101100100 | 1011000 | 1000000 |
Color Harmonies of #F4505A
Complementary color
Monochromatic Colors of #F4505A
Black with #F4505A
Text Example
Text Example
White with #F4505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4505A; }
p { color: rgb(244,80,90); }
H1.HeaderClassName
{
color: #F4505A;
}
.AnyTagClassName
{
color: #F4505A;
}
</style>
background-color css
<style>
a { background-color: #F4505A; }
a { background-color: rgb(244,80,90); }
div.DivClassName
{
background-color: #F4505A;
}
.BgClassName
{
background-color: #F4505A;
}
</style>
border-color css
<style>
span { border-color: #F4505A; }
span { border-color: rgb(244,80,90); }
td.TdClassName
{
border-color: #F4505A;
}
.TagClassName
{
border-color: #F4505A;
}
</style>