Shades of Radical Red #F53B68
Tints of Radical Red #F53B68
RGB
CMYK
RGB Variations
Color information
#F53B68 (or 0xF53B68) is known color: Radical Red. HEX triplet: F5, 3B and 68. RGB value is (245,59,104). Sum of RGB (Red+Green+Blue) = 245+59+104=408 (54% of max value = 765). Red value is 245 (96.09% from 255 or 60.05% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 245 - color contains mainly: red. Hex color #F53B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53B68 is #0AC497. Grayscale: #777777. Windows color (decimal): -705688 or 6831093. OLE color: 6831093.
HSL color Cylindrical-coordinate representation of color #F53B68: hue angle of 345.48º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53B68 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 59 | 104 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.04 |
| HSL | 345.48º | 0.9% | 0.6% | - |
| HSV(B) | 345.48º | 0.76% | 0.96% | - |
| XYZ | 41.72 | 23.54 | 15.44 | - |
| YUV | 119.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 59 | 104 | 0 | 0.76 | 0.58 | 0.04 | 345.48 | 0.9 | 0.6 |
| Hex | F5 | 3B | 68 | 0 | 4C | 3A | 4 | 159 | 5A | 3C |
| Octal | 365 | 73 | 150 | 0 | 114 | 72 | 4 | 531 | 132 | 74 |
| Binary | 11110101 | 111011 | 1101000 | 0 | 1001100 | 111010 | 100 | 101011001 | 1011010 | 111100 |
Color Harmonies of #F53B68
Complementary color
Monochromatic Colors of #F53B68
Black with #F53B68
Text Example
Text Example
White with #F53B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53B68; }
p { color: rgb(245,59,104); }
H1.HeaderClassName
{
color: #F53B68;
}
.AnyTagClassName
{
color: #F53B68;
}
</style>
background-color css
<style>
a { background-color: #F53B68; }
a { background-color: rgb(245,59,104); }
div.DivClassName
{
background-color: #F53B68;
}
.BgClassName
{
background-color: #F53B68;
}
</style>
border-color css
<style>
span { border-color: #F53B68; }
span { border-color: rgb(245,59,104); }
td.TdClassName
{
border-color: #F53B68;
}
.TagClassName
{
border-color: #F53B68;
}
</style>