Shades of Radical Red #F7375D
Tints of Radical Red #F7375D
RGB
CMYK
RGB Variations
Color information
#F7375D (or 0xF7375D) is known color: Radical Red. HEX triplet: F7, 37 and 5D. RGB value is (247,55,93). Sum of RGB (Red+Green+Blue) = 247+55+93=395 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.53% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 247 - color contains mainly: red. Hex color #F7375D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7375D is #08C8A2. Grayscale: #747474. Windows color (decimal): -575651 or 6109175. OLE color: 6109175.
HSL color Cylindrical-coordinate representation of color #F7375D: hue angle of 348.12º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7375D is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 55 | 93 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.03 |
| HSL | 348.13º | 0.92% | 0.59% | - |
| HSV(B) | 348.13º | 0.78% | 0.97% | - |
| XYZ | 41.7 | 23.3 | 12.65 | - |
| YUV | 116.74 | 114.61 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 55 | 93 | 0 | 0.78 | 0.62 | 0.03 | 348.13 | 0.92 | 0.59 |
| Hex | F7 | 37 | 5D | 0 | 4E | 3E | 3 | 15C | 5C | 3B |
| Octal | 367 | 67 | 135 | 0 | 116 | 76 | 3 | 534 | 134 | 73 |
| Binary | 11110111 | 110111 | 1011101 | 0 | 1001110 | 111110 | 11 | 101011100 | 1011100 | 111011 |
Color Harmonies of #F7375D
Complementary color
Monochromatic Colors of #F7375D
Black with #F7375D
Text Example
Text Example
White with #F7375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7375D; }
p { color: rgb(247,55,93); }
H1.HeaderClassName
{
color: #F7375D;
}
.AnyTagClassName
{
color: #F7375D;
}
</style>
background-color css
<style>
a { background-color: #F7375D; }
a { background-color: rgb(247,55,93); }
div.DivClassName
{
background-color: #F7375D;
}
.BgClassName
{
background-color: #F7375D;
}
</style>
border-color css
<style>
span { border-color: #F7375D; }
span { border-color: rgb(247,55,93); }
td.TdClassName
{
border-color: #F7375D;
}
.TagClassName
{
border-color: #F7375D;
}
</style>