Shades of Radical Red #F74454
Tints of Radical Red #F74454
RGB
CMYK
RGB Variations
Color information
#F74454 (or 0xF74454) is known color: Radical Red. HEX triplet: F7, 44 and 54. RGB value is (247,68,84). Sum of RGB (Red+Green+Blue) = 247+68+84=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F74454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74454 is #08BBAB. Grayscale: #7B7B7B. Windows color (decimal): -572332 or 5522679. OLE color: 5522679.
HSL color Cylindrical-coordinate representation of color #F74454: hue angle of 354.64º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F74454 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 84 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.03 |
| HSL | 354.64º | 0.92% | 0.62% | - |
| HSV(B) | 354.64º | 0.72% | 0.97% | - |
| XYZ | 42.03 | 24.55 | 10.91 | - |
| YUV | 123.35 | 105.8 | 216.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 84 | 0 | 0.72 | 0.66 | 0.03 | 354.64 | 0.92 | 0.62 |
| Hex | F7 | 44 | 54 | 0 | 48 | 42 | 3 | 163 | 5C | 3E |
| Octal | 367 | 104 | 124 | 0 | 110 | 102 | 3 | 543 | 134 | 76 |
| Binary | 11110111 | 1000100 | 1010100 | 0 | 1001000 | 1000010 | 11 | 101100011 | 1011100 | 111110 |
Color Harmonies of #F74454
Complementary color
Monochromatic Colors of #F74454
Black with #F74454
Text Example
Text Example
White with #F74454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74454; }
p { color: rgb(247,68,84); }
H1.HeaderClassName
{
color: #F74454;
}
.AnyTagClassName
{
color: #F74454;
}
</style>
background-color css
<style>
a { background-color: #F74454; }
a { background-color: rgb(247,68,84); }
div.DivClassName
{
background-color: #F74454;
}
.BgClassName
{
background-color: #F74454;
}
</style>
border-color css
<style>
span { border-color: #F74454; }
span { border-color: rgb(247,68,84); }
td.TdClassName
{
border-color: #F74454;
}
.TagClassName
{
border-color: #F74454;
}
</style>