Shades of Radical Red #F7285C
Tints of Radical Red #F7285C
RGB
CMYK
RGB Variations
Color information
#F7285C (or 0xF7285C) is known color: Radical Red. HEX triplet: F7, 28 and 5C. RGB value is (247,40,92). Sum of RGB (Red+Green+Blue) = 247+40+92=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7285C is #08D7A3. Grayscale: #6B6B6B. Windows color (decimal): -579492 or 6039799. OLE color: 6039799.
HSL color Cylindrical-coordinate representation of color #F7285C: hue angle of 344.93º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F7285C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 40 | 92 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.03 |
| HSL | 344.93º | 0.93% | 0.56% | - |
| HSV(B) | 344.93º | 0.84% | 0.97% | - |
| XYZ | 41.05 | 22.06 | 12.22 | - |
| YUV | 107.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 92 | 0 | 0.84 | 0.63 | 0.03 | 344.93 | 0.93 | 0.56 |
| Hex | F7 | 28 | 5C | 0 | 54 | 3F | 3 | 159 | 5D | 38 |
| Octal | 367 | 50 | 134 | 0 | 124 | 77 | 3 | 531 | 135 | 70 |
| Binary | 11110111 | 101000 | 1011100 | 0 | 1010100 | 111111 | 11 | 101011001 | 1011101 | 111000 |
Color Harmonies of #F7285C
Complementary color
Monochromatic Colors of #F7285C
Black with #F7285C
Text Example
Text Example
White with #F7285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7285C; }
p { color: rgb(247,40,92); }
H1.HeaderClassName
{
color: #F7285C;
}
.AnyTagClassName
{
color: #F7285C;
}
</style>
background-color css
<style>
a { background-color: #F7285C; }
a { background-color: rgb(247,40,92); }
div.DivClassName
{
background-color: #F7285C;
}
.BgClassName
{
background-color: #F7285C;
}
</style>
border-color css
<style>
span { border-color: #F7285C; }
span { border-color: rgb(247,40,92); }
td.TdClassName
{
border-color: #F7285C;
}
.TagClassName
{
border-color: #F7285C;
}
</style>