Shades of Radical Red #F53168
Tints of Radical Red #F53168
RGB
CMYK
RGB Variations
Color information
#F53168 (or 0xF53168) is known color: Radical Red. HEX triplet: F5, 31 and 68. RGB value is (245,49,104). Sum of RGB (Red+Green+Blue) = 245+49+104=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53168 is #0ACE97. Grayscale: #717171. Windows color (decimal): -708248 or 6828533. OLE color: 6828533.
HSL color Cylindrical-coordinate representation of color #F53168: hue angle of 343.16º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53168 is Cyan = 0, Magento = 0.8, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 104 | - |
| CMYK | 0 | 0.8 | 0.58 | 0.04 |
| HSL | 343.16º | 0.91% | 0.58% | - |
| HSV(B) | 343.16º | 0.8% | 0.96% | - |
| XYZ | 41.25 | 22.61 | 15.29 | - |
| YUV | 113.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 104 | 0 | 0.8 | 0.58 | 0.04 | 343.16 | 0.91 | 0.58 |
| Hex | F5 | 31 | 68 | 0 | 50 | 3A | 4 | 157 | 5B | 3A |
| Octal | 365 | 61 | 150 | 0 | 120 | 72 | 4 | 527 | 133 | 72 |
| Binary | 11110101 | 110001 | 1101000 | 0 | 1010000 | 111010 | 100 | 101010111 | 1011011 | 111010 |
Color Harmonies of #F53168
Complementary color
Monochromatic Colors of #F53168
Black with #F53168
Text Example
Text Example
White with #F53168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53168; }
p { color: rgb(245,49,104); }
H1.HeaderClassName
{
color: #F53168;
}
.AnyTagClassName
{
color: #F53168;
}
</style>
background-color css
<style>
a { background-color: #F53168; }
a { background-color: rgb(245,49,104); }
div.DivClassName
{
background-color: #F53168;
}
.BgClassName
{
background-color: #F53168;
}
</style>
border-color css
<style>
span { border-color: #F53168; }
span { border-color: rgb(245,49,104); }
td.TdClassName
{
border-color: #F53168;
}
.TagClassName
{
border-color: #F53168;
}
</style>