Shades of Radical Red #F0445B
Tints of Radical Red #F0445B
RGB
CMYK
RGB Variations
Color information
#F0445B (or 0xF0445B) is known color: Radical Red. HEX triplet: F0, 44 and 5B. RGB value is (240,68,91). Sum of RGB (Red+Green+Blue) = 240+68+91=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0445B is #0FBBA4. Grayscale: #7A7A7A. Windows color (decimal): -1031077 or 5981424. OLE color: 5981424.
HSL color Cylindrical-coordinate representation of color #F0445B: hue angle of 351.98º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0445B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 91 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.06 |
| HSL | 351.98º | 0.85% | 0.6% | - |
| HSV(B) | 351.98º | 0.72% | 0.94% | - |
| XYZ | 39.89 | 23.41 | 12.31 | - |
| YUV | 122.05 | 110.48 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 91 | 0 | 0.72 | 0.62 | 0.06 | 351.98 | 0.85 | 0.6 |
| Hex | F0 | 44 | 5B | 0 | 48 | 3E | 6 | 160 | 55 | 3C |
| Octal | 360 | 104 | 133 | 0 | 110 | 76 | 6 | 540 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1011011 | 0 | 1001000 | 111110 | 110 | 101100000 | 1010101 | 111100 |
Color Harmonies of #F0445B
Complementary color
Monochromatic Colors of #F0445B
Black with #F0445B
Text Example
Text Example
White with #F0445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0445B; }
p { color: rgb(240,68,91); }
H1.HeaderClassName
{
color: #F0445B;
}
.AnyTagClassName
{
color: #F0445B;
}
</style>
background-color css
<style>
a { background-color: #F0445B; }
a { background-color: rgb(240,68,91); }
div.DivClassName
{
background-color: #F0445B;
}
.BgClassName
{
background-color: #F0445B;
}
</style>
border-color css
<style>
span { border-color: #F0445B; }
span { border-color: rgb(240,68,91); }
td.TdClassName
{
border-color: #F0445B;
}
.TagClassName
{
border-color: #F0445B;
}
</style>