Shades of Radical Red #F74168
Tints of Radical Red #F74168
RGB
CMYK
RGB Variations
Color information
#F74168 (or 0xF74168) is known color: Radical Red. HEX triplet: F7, 41 and 68. RGB value is (247,65,104). Sum of RGB (Red+Green+Blue) = 247+65+104=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F74168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F74168 is #08BE97. Grayscale: #7B7B7B. Windows color (decimal): -573080 or 6832631. OLE color: 6832631.
HSL color Cylindrical-coordinate representation of color #F74168: hue angle of 347.14º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74168 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 104 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.03 |
| HSL | 347.14º | 0.92% | 0.61% | - |
| HSV(B) | 347.14º | 0.74% | 0.97% | - |
| XYZ | 42.75 | 24.55 | 15.58 | - |
| YUV | 123.86 | 116.8 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 104 | 0 | 0.74 | 0.58 | 0.03 | 347.14 | 0.92 | 0.61 |
| Hex | F7 | 41 | 68 | 0 | 4A | 3A | 3 | 15B | 5C | 3D |
| Octal | 367 | 101 | 150 | 0 | 112 | 72 | 3 | 533 | 134 | 75 |
| Binary | 11110111 | 1000001 | 1101000 | 0 | 1001010 | 111010 | 11 | 101011011 | 1011100 | 111101 |
Color Harmonies of #F74168
Complementary color
Monochromatic Colors of #F74168
Black with #F74168
Text Example
Text Example
White with #F74168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74168; }
p { color: rgb(247,65,104); }
H1.HeaderClassName
{
color: #F74168;
}
.AnyTagClassName
{
color: #F74168;
}
</style>
background-color css
<style>
a { background-color: #F74168; }
a { background-color: rgb(247,65,104); }
div.DivClassName
{
background-color: #F74168;
}
.BgClassName
{
background-color: #F74168;
}
</style>
border-color css
<style>
span { border-color: #F74168; }
span { border-color: rgb(247,65,104); }
td.TdClassName
{
border-color: #F74168;
}
.TagClassName
{
border-color: #F74168;
}
</style>