Shades of Radical Red #F5296D
Tints of Radical Red #F5296D
RGB
CMYK
RGB Variations
Color information
#F5296D (or 0xF5296D) is known color: Radical Red. HEX triplet: F5, 29 and 6D. RGB value is (245,41,109). Sum of RGB (Red+Green+Blue) = 245+41+109=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F5296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5296D is #0AD692. Grayscale: #6D6D6D. Windows color (decimal): -710291 or 7154165. OLE color: 7154165.
HSL color Cylindrical-coordinate representation of color #F5296D: hue angle of 340º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5296D is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 109 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.04 |
| HSL | 340º | 0.91% | 0.56% | - |
| HSV(B) | 340º | 0.83% | 0.96% | - |
| XYZ | 41.21 | 22.1 | 16.56 | - |
| YUV | 109.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 109 | 0 | 0.83 | 0.56 | 0.04 | 340 | 0.91 | 0.56 |
| Hex | F5 | 29 | 6D | 0 | 53 | 38 | 4 | 154 | 5B | 38 |
| Octal | 365 | 51 | 155 | 0 | 123 | 70 | 4 | 524 | 133 | 70 |
| Binary | 11110101 | 101001 | 1101101 | 0 | 1010011 | 111000 | 100 | 101010100 | 1011011 | 111000 |
Color Harmonies of #F5296D
Complementary color
Monochromatic Colors of #F5296D
Black with #F5296D
Text Example
Text Example
White with #F5296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5296D; }
p { color: rgb(245,41,109); }
H1.HeaderClassName
{
color: #F5296D;
}
.AnyTagClassName
{
color: #F5296D;
}
</style>
background-color css
<style>
a { background-color: #F5296D; }
a { background-color: rgb(245,41,109); }
div.DivClassName
{
background-color: #F5296D;
}
.BgClassName
{
background-color: #F5296D;
}
</style>
border-color css
<style>
span { border-color: #F5296D; }
span { border-color: rgb(245,41,109); }
td.TdClassName
{
border-color: #F5296D;
}
.TagClassName
{
border-color: #F5296D;
}
</style>