Shades of Radical Red #F74271
Tints of Radical Red #F74271
RGB
CMYK
RGB Variations
Color information
#F74271 (or 0xF74271) is known color: Radical Red. HEX triplet: F7, 42 and 71. RGB value is (247,66,113). Sum of RGB (Red+Green+Blue) = 247+66+113=426 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.98% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 247 - color contains mainly: red. Hex color #F74271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74271 is #08BD8E. Grayscale: #7D7D7D. Windows color (decimal): -572815 or 7422711. OLE color: 7422711.
HSL color Cylindrical-coordinate representation of color #F74271: hue angle of 344.42º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F74271 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 113 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.03 |
| HSL | 344.42º | 0.92% | 0.61% | - |
| HSV(B) | 344.42º | 0.73% | 0.97% | - |
| XYZ | 43.29 | 24.86 | 18.14 | - |
| YUV | 125.48 | 120.97 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 113 | 0 | 0.73 | 0.54 | 0.03 | 344.42 | 0.92 | 0.61 |
| Hex | F7 | 42 | 71 | 0 | 49 | 36 | 3 | 158 | 5C | 3D |
| Octal | 367 | 102 | 161 | 0 | 111 | 66 | 3 | 530 | 134 | 75 |
| Binary | 11110111 | 1000010 | 1110001 | 0 | 1001001 | 110110 | 11 | 101011000 | 1011100 | 111101 |
Color Harmonies of #F74271
Complementary color
Monochromatic Colors of #F74271
Black with #F74271
Text Example
Text Example
White with #F74271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74271; }
p { color: rgb(247,66,113); }
H1.HeaderClassName
{
color: #F74271;
}
.AnyTagClassName
{
color: #F74271;
}
</style>
background-color css
<style>
a { background-color: #F74271; }
a { background-color: rgb(247,66,113); }
div.DivClassName
{
background-color: #F74271;
}
.BgClassName
{
background-color: #F74271;
}
</style>
border-color css
<style>
span { border-color: #F74271; }
span { border-color: rgb(247,66,113); }
td.TdClassName
{
border-color: #F74271;
}
.TagClassName
{
border-color: #F74271;
}
</style>