Shades of Radical Red #F0445C
Tints of Radical Red #F0445C
RGB
CMYK
RGB Variations
Color information
#F0445C (or 0xF0445C) is known color: Radical Red. HEX triplet: F0, 44 and 5C. RGB value is (240,68,92). Sum of RGB (Red+Green+Blue) = 240+68+92=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0445C is #0FBBA3. Grayscale: #7A7A7A. Windows color (decimal): -1031076 or 6046960. OLE color: 6046960.
HSL color Cylindrical-coordinate representation of color #F0445C: hue angle of 351.63º 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 #F0445C is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 92 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.06 |
| HSL | 351.63º | 0.85% | 0.6% | - |
| HSV(B) | 351.63º | 0.72% | 0.94% | - |
| XYZ | 39.93 | 23.43 | 12.54 | - |
| YUV | 122.16 | 110.98 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 92 | 0 | 0.72 | 0.62 | 0.06 | 351.63 | 0.85 | 0.6 |
| Hex | F0 | 44 | 5C | 0 | 48 | 3E | 6 | 160 | 55 | 3C |
| Octal | 360 | 104 | 134 | 0 | 110 | 76 | 6 | 540 | 125 | 74 |
| Binary | 11110000 | 1000100 | 1011100 | 0 | 1001000 | 111110 | 110 | 101100000 | 1010101 | 111100 |
Color Harmonies of #F0445C
Complementary color
Monochromatic Colors of #F0445C
Black with #F0445C
Text Example
Text Example
White with #F0445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0445C; }
p { color: rgb(240,68,92); }
H1.HeaderClassName
{
color: #F0445C;
}
.AnyTagClassName
{
color: #F0445C;
}
</style>
background-color css
<style>
a { background-color: #F0445C; }
a { background-color: rgb(240,68,92); }
div.DivClassName
{
background-color: #F0445C;
}
.BgClassName
{
background-color: #F0445C;
}
</style>
border-color css
<style>
span { border-color: #F0445C; }
span { border-color: rgb(240,68,92); }
td.TdClassName
{
border-color: #F0445C;
}
.TagClassName
{
border-color: #F0445C;
}
</style>