Shades of Radical Red #F53069
Tints of Radical Red #F53069
RGB
CMYK
RGB Variations
Color information
#F53069 (or 0xF53069) is known color: Radical Red. HEX triplet: F5, 30 and 69. RGB value is (245,48,105). Sum of RGB (Red+Green+Blue) = 245+48+105=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53069 is #0ACF96. Grayscale: #717171. Windows color (decimal): -708503 or 6893813. OLE color: 6893813.
HSL color Cylindrical-coordinate representation of color #F53069: hue angle of 342.64º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53069 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 105 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.04 |
| HSL | 342.64º | 0.91% | 0.57% | - |
| HSV(B) | 342.64º | 0.8% | 0.96% | - |
| XYZ | 41.26 | 22.55 | 15.54 | - |
| YUV | 113.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 105 | 0 | 0.80 | 0.57 | 0.04 | 342.64 | 0.91 | 0.57 |
| Hex | F5 | 30 | 69 | 0 | 50 | 39 | 4 | 157 | 5B | 39 |
| Octal | 365 | 60 | 151 | 0 | 120 | 71 | 4 | 527 | 133 | 71 |
| Binary | 11110101 | 110000 | 1101001 | 0 | 1010000 | 111001 | 100 | 101010111 | 1011011 | 111001 |
Color Harmonies of #F53069
Complementary color
Monochromatic Colors of #F53069
Black with #F53069
Text Example
Text Example
White with #F53069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53069; }
p { color: rgb(245,48,105); }
H1.HeaderClassName
{
color: #F53069;
}
.AnyTagClassName
{
color: #F53069;
}
</style>
background-color css
<style>
a { background-color: #F53069; }
a { background-color: rgb(245,48,105); }
div.DivClassName
{
background-color: #F53069;
}
.BgClassName
{
background-color: #F53069;
}
</style>
border-color css
<style>
span { border-color: #F53069; }
span { border-color: rgb(245,48,105); }
td.TdClassName
{
border-color: #F53069;
}
.TagClassName
{
border-color: #F53069;
}
</style>