Shades of Radical Red #F0445A
Tints of Radical Red #F0445A
RGB
CMYK
RGB Variations
Color information
#F0445A (or 0xF0445A) is known color: Radical Red. HEX triplet: F0, 44 and 5A. RGB value is (240,68,90). Sum of RGB (Red+Green+Blue) = 240+68+90=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0445A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0445A is #0FBBA5. Grayscale: #7A7A7A. Windows color (decimal): -1031078 or 5915888. OLE color: 5915888.
HSL color Cylindrical-coordinate representation of color #F0445A: hue angle of 352.33º 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 #F0445A is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 90 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.06 |
| HSL | 352.33º | 0.85% | 0.6% | - |
| HSV(B) | 352.33º | 0.72% | 0.94% | - |
| XYZ | 39.85 | 23.4 | 12.09 | - |
| YUV | 121.94 | 109.98 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 90 | 0 | 0.72 | 0.62 | 0.06 | 352.33 | 0.85 | 0.6 |
| Hex | F0 | 44 | 5A | 0 | 48 | 3E | 6 | 160 | 55 | 3C |
| Octal | 360 | 104 | 132 | 0 | 110 | 76 | 6 | 540 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1011010 | 0 | 1001000 | 111110 | 110 | 101100000 | 1010101 | 111100 |
Color Harmonies of #F0445A
Complementary color
Monochromatic Colors of #F0445A
Black with #F0445A
Text Example
Text Example
White with #F0445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0445A; }
p { color: rgb(240,68,90); }
H1.HeaderClassName
{
color: #F0445A;
}
.AnyTagClassName
{
color: #F0445A;
}
</style>
background-color css
<style>
a { background-color: #F0445A; }
a { background-color: rgb(240,68,90); }
div.DivClassName
{
background-color: #F0445A;
}
.BgClassName
{
background-color: #F0445A;
}
</style>
border-color css
<style>
span { border-color: #F0445A; }
span { border-color: rgb(240,68,90); }
td.TdClassName
{
border-color: #F0445A;
}
.TagClassName
{
border-color: #F0445A;
}
</style>