Shades of Radical Red #F5286D
Tints of Radical Red #F5286D
RGB
CMYK
RGB Variations
Color information
#F5286D (or 0xF5286D) is known color: Radical Red. HEX triplet: F5, 28 and 6D. RGB value is (245,40,109). Sum of RGB (Red+Green+Blue) = 245+40+109=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F5286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5286D is #0AD792. Grayscale: #6D6D6D. Windows color (decimal): -710547 or 7153909. OLE color: 7153909.
HSL color Cylindrical-coordinate representation of color #F5286D: hue angle of 339.8º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F5286D is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 40 | 109 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.04 |
| HSL | 339.8º | 0.91% | 0.56% | - |
| HSV(B) | 339.8º | 0.84% | 0.96% | - |
| XYZ | 41.18 | 22.03 | 16.55 | - |
| YUV | 109.16 | 127.92 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 40 | 109 | 0 | 0.84 | 0.56 | 0.04 | 339.8 | 0.91 | 0.56 |
| Hex | F5 | 28 | 6D | 0 | 54 | 38 | 4 | 154 | 5B | 38 |
| Octal | 365 | 50 | 155 | 0 | 124 | 70 | 4 | 524 | 133 | 70 |
| Binary | 11110101 | 101000 | 1101101 | 0 | 1010100 | 111000 | 100 | 101010100 | 1011011 | 111000 |
Color Harmonies of #F5286D
Complementary color
Monochromatic Colors of #F5286D
Black with #F5286D
Text Example
Text Example
White with #F5286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5286D; }
p { color: rgb(245,40,109); }
H1.HeaderClassName
{
color: #F5286D;
}
.AnyTagClassName
{
color: #F5286D;
}
</style>
background-color css
<style>
a { background-color: #F5286D; }
a { background-color: rgb(245,40,109); }
div.DivClassName
{
background-color: #F5286D;
}
.BgClassName
{
background-color: #F5286D;
}
</style>
border-color css
<style>
span { border-color: #F5286D; }
span { border-color: rgb(245,40,109); }
td.TdClassName
{
border-color: #F5286D;
}
.TagClassName
{
border-color: #F5286D;
}
</style>