Shades of Radical Red #F0445F
Tints of Radical Red #F0445F
RGB
CMYK
RGB Variations
Color information
#F0445F (or 0xF0445F) is known color: Radical Red. HEX triplet: F0, 44 and 5F. RGB value is (240,68,95). Sum of RGB (Red+Green+Blue) = 240+68+95=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F0445F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0445F is #0FBBA0. Grayscale: #7A7A7A. Windows color (decimal): -1031073 or 6243568. OLE color: 6243568.
HSL color Cylindrical-coordinate representation of color #F0445F: hue angle of 350.58º 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 #F0445F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 95 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.06 |
| HSL | 350.58º | 0.85% | 0.6% | - |
| HSV(B) | 350.58º | 0.72% | 0.94% | - |
| XYZ | 40.07 | 23.49 | 13.25 | - |
| YUV | 122.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 95 | 0 | 0.72 | 0.60 | 0.06 | 350.58 | 0.85 | 0.6 |
| Hex | F0 | 44 | 5F | 0 | 48 | 3C | 6 | 15F | 55 | 3C |
| Octal | 360 | 104 | 137 | 0 | 110 | 74 | 6 | 537 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1011111 | 0 | 1001000 | 111100 | 110 | 101011111 | 1010101 | 111100 |
Color Harmonies of #F0445F
Complementary color
Monochromatic Colors of #F0445F
Black with #F0445F
Text Example
Text Example
White with #F0445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0445F; }
p { color: rgb(240,68,95); }
H1.HeaderClassName
{
color: #F0445F;
}
.AnyTagClassName
{
color: #F0445F;
}
</style>
background-color css
<style>
a { background-color: #F0445F; }
a { background-color: rgb(240,68,95); }
div.DivClassName
{
background-color: #F0445F;
}
.BgClassName
{
background-color: #F0445F;
}
</style>
border-color css
<style>
span { border-color: #F0445F; }
span { border-color: rgb(240,68,95); }
td.TdClassName
{
border-color: #F0445F;
}
.TagClassName
{
border-color: #F0445F;
}
</style>