Shades of Radical Red #F53F69
Tints of Radical Red #F53F69
RGB
CMYK
RGB Variations
Color information
#F53F69 (or 0xF53F69) is known color: Radical Red. HEX triplet: F5, 3F and 69. RGB value is (245,63,105). Sum of RGB (Red+Green+Blue) = 245+63+105=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53F69 is #0AC096. Grayscale: #7A7A7A. Windows color (decimal): -704663 or 6897653. OLE color: 6897653.
HSL color Cylindrical-coordinate representation of color #F53F69: hue angle of 346.15º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F69 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 105 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.04 |
| HSL | 346.15º | 0.9% | 0.6% | - |
| HSV(B) | 346.15º | 0.74% | 0.96% | - |
| XYZ | 41.98 | 23.99 | 15.78 | - |
| YUV | 122.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 105 | 0 | 0.74 | 0.57 | 0.04 | 346.15 | 0.9 | 0.6 |
| Hex | F5 | 3F | 69 | 0 | 4A | 39 | 4 | 15A | 5A | 3C |
| Octal | 365 | 77 | 151 | 0 | 112 | 71 | 4 | 532 | 132 | 74 |
| Binary | 11110101 | 111111 | 1101001 | 0 | 1001010 | 111001 | 100 | 101011010 | 1011010 | 111100 |
Color Harmonies of #F53F69
Complementary color
Monochromatic Colors of #F53F69
Black with #F53F69
Text Example
Text Example
White with #F53F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F69; }
p { color: rgb(245,63,105); }
H1.HeaderClassName
{
color: #F53F69;
}
.AnyTagClassName
{
color: #F53F69;
}
</style>
background-color css
<style>
a { background-color: #F53F69; }
a { background-color: rgb(245,63,105); }
div.DivClassName
{
background-color: #F53F69;
}
.BgClassName
{
background-color: #F53F69;
}
</style>
border-color css
<style>
span { border-color: #F53F69; }
span { border-color: rgb(245,63,105); }
td.TdClassName
{
border-color: #F53F69;
}
.TagClassName
{
border-color: #F53F69;
}
</style>