Shades of Radical Red #F74365
Tints of Radical Red #F74365
RGB
CMYK
RGB Variations
Color information
#F74365 (or 0xF74365) is known color: Radical Red. HEX triplet: F7, 43 and 65. RGB value is (247,67,101). Sum of RGB (Red+Green+Blue) = 247+67+101=415 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.52% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 247 - color contains mainly: red. Hex color #F74365 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74365 is #08BC9A. Grayscale: #7C7C7C. Windows color (decimal): -572571 or 6636535. OLE color: 6636535.
HSL color Cylindrical-coordinate representation of color #F74365: hue angle of 348.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 #F74365 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 67 | 101 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.03 |
| HSL | 348.67º | 0.92% | 0.62% | - |
| HSV(B) | 348.67º | 0.73% | 0.97% | - |
| XYZ | 42.71 | 24.73 | 14.83 | - |
| YUV | 124.7 | 114.63 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 67 | 101 | 0 | 0.73 | 0.59 | 0.03 | 348.67 | 0.92 | 0.62 |
| Hex | F7 | 43 | 65 | 0 | 49 | 3B | 3 | 15D | 5C | 3E |
| Octal | 367 | 103 | 145 | 0 | 111 | 73 | 3 | 535 | 134 | 76 |
| Binary | 11110111 | 1000011 | 1100101 | 0 | 1001001 | 111011 | 11 | 101011101 | 1011100 | 111110 |
Color Harmonies of #F74365
Complementary color
Monochromatic Colors of #F74365
Black with #F74365
Text Example
Text Example
White with #F74365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74365; }
p { color: rgb(247,67,101); }
H1.HeaderClassName
{
color: #F74365;
}
.AnyTagClassName
{
color: #F74365;
}
</style>
background-color css
<style>
a { background-color: #F74365; }
a { background-color: rgb(247,67,101); }
div.DivClassName
{
background-color: #F74365;
}
.BgClassName
{
background-color: #F74365;
}
</style>
border-color css
<style>
span { border-color: #F74365; }
span { border-color: rgb(247,67,101); }
td.TdClassName
{
border-color: #F74365;
}
.TagClassName
{
border-color: #F74365;
}
</style>