Shades of Radical Red #F7385C
Tints of Radical Red #F7385C
RGB
CMYK
RGB Variations
Color information
#F7385C (or 0xF7385C) is known color: Radical Red. HEX triplet: F7, 38 and 5C. RGB value is (247,56,92). Sum of RGB (Red+Green+Blue) = 247+56+92=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7385C is #08C7A3. Grayscale: #757575. Windows color (decimal): -575396 or 6043895. OLE color: 6043895.
HSL color Cylindrical-coordinate representation of color #F7385C: hue angle of 348.69º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F7385C is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 92 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.03 |
| HSL | 348.69º | 0.92% | 0.59% | - |
| HSV(B) | 348.69º | 0.77% | 0.97% | - |
| XYZ | 41.7 | 23.38 | 12.44 | - |
| YUV | 117.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 92 | 0 | 0.77 | 0.63 | 0.03 | 348.69 | 0.92 | 0.59 |
| Hex | F7 | 38 | 5C | 0 | 4D | 3F | 3 | 15D | 5C | 3B |
| Octal | 367 | 70 | 134 | 0 | 115 | 77 | 3 | 535 | 134 | 73 |
| Binary | 11110111 | 111000 | 1011100 | 0 | 1001101 | 111111 | 11 | 101011101 | 1011100 | 111011 |
Color Harmonies of #F7385C
Complementary color
Monochromatic Colors of #F7385C
Black with #F7385C
Text Example
Text Example
White with #F7385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7385C; }
p { color: rgb(247,56,92); }
H1.HeaderClassName
{
color: #F7385C;
}
.AnyTagClassName
{
color: #F7385C;
}
</style>
background-color css
<style>
a { background-color: #F7385C; }
a { background-color: rgb(247,56,92); }
div.DivClassName
{
background-color: #F7385C;
}
.BgClassName
{
background-color: #F7385C;
}
</style>
border-color css
<style>
span { border-color: #F7385C; }
span { border-color: rgb(247,56,92); }
td.TdClassName
{
border-color: #F7385C;
}
.TagClassName
{
border-color: #F7385C;
}
</style>