Shades of Radical Red #F7445C
Tints of Radical Red #F7445C
RGB
CMYK
RGB Variations
Color information
#F7445C (or 0xF7445C) is known color: Radical Red. HEX triplet: F7, 44 and 5C. RGB value is (247,68,92). Sum of RGB (Red+Green+Blue) = 247+68+92=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7445C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7445C is #08BBA3. Grayscale: #7C7C7C. Windows color (decimal): -572324 or 6046967. OLE color: 6046967.
HSL color Cylindrical-coordinate representation of color #F7445C: hue angle of 351.96º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7445C is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 92 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.03 |
| HSL | 351.96º | 0.92% | 0.62% | - |
| HSV(B) | 351.96º | 0.72% | 0.97% | - |
| XYZ | 42.36 | 24.68 | 12.66 | - |
| YUV | 124.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 92 | 0 | 0.72 | 0.63 | 0.03 | 351.96 | 0.92 | 0.62 |
| Hex | F7 | 44 | 5C | 0 | 48 | 3F | 3 | 160 | 5C | 3E |
| Octal | 367 | 104 | 134 | 0 | 110 | 77 | 3 | 540 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1011100 | 0 | 1001000 | 111111 | 11 | 101100000 | 1011100 | 111110 |
Color Harmonies of #F7445C
Complementary color
Monochromatic Colors of #F7445C
Black with #F7445C
Text Example
Text Example
White with #F7445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7445C; }
p { color: rgb(247,68,92); }
H1.HeaderClassName
{
color: #F7445C;
}
.AnyTagClassName
{
color: #F7445C;
}
</style>
background-color css
<style>
a { background-color: #F7445C; }
a { background-color: rgb(247,68,92); }
div.DivClassName
{
background-color: #F7445C;
}
.BgClassName
{
background-color: #F7445C;
}
</style>
border-color css
<style>
span { border-color: #F7445C; }
span { border-color: rgb(247,68,92); }
td.TdClassName
{
border-color: #F7445C;
}
.TagClassName
{
border-color: #F7445C;
}
</style>