Shades of Radical Red #F54069
Tints of Radical Red #F54069
RGB
CMYK
RGB Variations
Color information
#F54069 (or 0xF54069) is known color: Radical Red. HEX triplet: F5, 40 and 69. RGB value is (245,64,105). Sum of RGB (Red+Green+Blue) = 245+64+105=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F54069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54069 is #0ABF96. Grayscale: #7A7A7A. Windows color (decimal): -704407 or 6897909. OLE color: 6897909.
HSL color Cylindrical-coordinate representation of color #F54069: hue angle of 346.41º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54069 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 105 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.04 |
| HSL | 346.41º | 0.9% | 0.61% | - |
| HSV(B) | 346.41º | 0.74% | 0.96% | - |
| XYZ | 42.04 | 24.1 | 15.8 | - |
| YUV | 122.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 105 | 0 | 0.74 | 0.57 | 0.04 | 346.41 | 0.9 | 0.61 |
| Hex | F5 | 40 | 69 | 0 | 4A | 39 | 4 | 15A | 5A | 3D |
| Octal | 365 | 100 | 151 | 0 | 112 | 71 | 4 | 532 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1101001 | 0 | 1001010 | 111001 | 100 | 101011010 | 1011010 | 111101 |
Color Harmonies of #F54069
Complementary color
Monochromatic Colors of #F54069
Black with #F54069
Text Example
Text Example
White with #F54069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54069; }
p { color: rgb(245,64,105); }
H1.HeaderClassName
{
color: #F54069;
}
.AnyTagClassName
{
color: #F54069;
}
</style>
background-color css
<style>
a { background-color: #F54069; }
a { background-color: rgb(245,64,105); }
div.DivClassName
{
background-color: #F54069;
}
.BgClassName
{
background-color: #F54069;
}
</style>
border-color css
<style>
span { border-color: #F54069; }
span { border-color: rgb(245,64,105); }
td.TdClassName
{
border-color: #F54069;
}
.TagClassName
{
border-color: #F54069;
}
</style>