Shades of Radical Red #F7236C
Tints of Radical Red #F7236C
RGB
CMYK
RGB Variations
Color information
#F7236C (or 0xF7236C) is known color: Radical Red. HEX triplet: F7, 23 and 6C. RGB value is (247,35,108). Sum of RGB (Red+Green+Blue) = 247+35+108=390 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.33% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 247 - color contains mainly: red. Hex color #F7236C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7236C is #08DC93. Grayscale: #6A6A6A. Windows color (decimal): -580756 or 7087095. OLE color: 7087095.
HSL color Cylindrical-coordinate representation of color #F7236C: hue angle of 339.34º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7236C is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 35 | 108 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.03 |
| HSL | 339.34º | 0.93% | 0.55% | - |
| HSV(B) | 339.34º | 0.86% | 0.97% | - |
| XYZ | 41.67 | 22.06 | 16.25 | - |
| YUV | 106.71 | 128.74 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 35 | 108 | 0 | 0.86 | 0.56 | 0.03 | 339.34 | 0.93 | 0.55 |
| Hex | F7 | 23 | 6C | 0 | 56 | 38 | 3 | 153 | 5D | 37 |
| Octal | 367 | 43 | 154 | 0 | 126 | 70 | 3 | 523 | 135 | 67 |
| Binary | 11110111 | 100011 | 1101100 | 0 | 1010110 | 111000 | 11 | 101010011 | 1011101 | 110111 |
Color Harmonies of #F7236C
Complementary color
Monochromatic Colors of #F7236C
Black with #F7236C
Text Example
Text Example
White with #F7236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7236C; }
p { color: rgb(247,35,108); }
H1.HeaderClassName
{
color: #F7236C;
}
.AnyTagClassName
{
color: #F7236C;
}
</style>
background-color css
<style>
a { background-color: #F7236C; }
a { background-color: rgb(247,35,108); }
div.DivClassName
{
background-color: #F7236C;
}
.BgClassName
{
background-color: #F7236C;
}
</style>
border-color css
<style>
span { border-color: #F7236C; }
span { border-color: rgb(247,35,108); }
td.TdClassName
{
border-color: #F7236C;
}
.TagClassName
{
border-color: #F7236C;
}
</style>