Shades of Radical Red #F74353
Tints of Radical Red #F74353
RGB
CMYK
RGB Variations
Color information
#F74353 (or 0xF74353) is known color: Radical Red. HEX triplet: F7, 43 and 53. RGB value is (247,67,83). Sum of RGB (Red+Green+Blue) = 247+67+83=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F74353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74353 is #08BCAC. Grayscale: #7A7A7A. Windows color (decimal): -572589 or 5456887. OLE color: 5456887.
HSL color Cylindrical-coordinate representation of color #F74353: hue angle of 354.67º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74353 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 83 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.03 |
| HSL | 354.67º | 0.92% | 0.62% | - |
| HSV(B) | 354.67º | 0.73% | 0.97% | - |
| XYZ | 41.93 | 24.41 | 10.69 | - |
| YUV | 122.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 83 | 0 | 0.73 | 0.66 | 0.03 | 354.67 | 0.92 | 0.62 |
| Hex | F7 | 43 | 53 | 0 | 49 | 42 | 3 | 163 | 5C | 3E |
| Octal | 367 | 103 | 123 | 0 | 111 | 102 | 3 | 543 | 134 | 76 |
| Binary | 11110111 | 1000011 | 1010011 | 0 | 1001001 | 1000010 | 11 | 101100011 | 1011100 | 111110 |
Color Harmonies of #F74353
Complementary color
Monochromatic Colors of #F74353
Black with #F74353
Text Example
Text Example
White with #F74353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74353; }
p { color: rgb(247,67,83); }
H1.HeaderClassName
{
color: #F74353;
}
.AnyTagClassName
{
color: #F74353;
}
</style>
background-color css
<style>
a { background-color: #F74353; }
a { background-color: rgb(247,67,83); }
div.DivClassName
{
background-color: #F74353;
}
.BgClassName
{
background-color: #F74353;
}
</style>
border-color css
<style>
span { border-color: #F74353; }
span { border-color: rgb(247,67,83); }
td.TdClassName
{
border-color: #F74353;
}
.TagClassName
{
border-color: #F74353;
}
</style>