Shades of Radical Red #F5296B
Tints of Radical Red #F5296B
RGB
CMYK
RGB Variations
Color information
#F5296B (or 0xF5296B) is known color: Radical Red. HEX triplet: F5, 29 and 6B. RGB value is (245,41,107). Sum of RGB (Red+Green+Blue) = 245+41+107=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5296B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5296B is #0AD694. Grayscale: #6D6D6D. Windows color (decimal): -710293 or 7023093. OLE color: 7023093.
HSL color Cylindrical-coordinate representation of color #F5296B: hue angle of 340.59º 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 #F5296B is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 107 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.04 |
| HSL | 340.59º | 0.91% | 0.56% | - |
| HSV(B) | 340.59º | 0.83% | 0.96% | - |
| XYZ | 41.1 | 22.06 | 16 | - |
| YUV | 109.52 | 126.59 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 107 | 0 | 0.83 | 0.56 | 0.04 | 340.59 | 0.91 | 0.56 |
| Hex | F5 | 29 | 6B | 0 | 53 | 38 | 4 | 155 | 5B | 38 |
| Octal | 365 | 51 | 153 | 0 | 123 | 70 | 4 | 525 | 133 | 70 |
| Binary | 11110101 | 101001 | 1101011 | 0 | 1010011 | 111000 | 100 | 101010101 | 1011011 | 111000 |
Color Harmonies of #F5296B
Complementary color
Monochromatic Colors of #F5296B
Black with #F5296B
Text Example
Text Example
White with #F5296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5296B; }
p { color: rgb(245,41,107); }
H1.HeaderClassName
{
color: #F5296B;
}
.AnyTagClassName
{
color: #F5296B;
}
</style>
background-color css
<style>
a { background-color: #F5296B; }
a { background-color: rgb(245,41,107); }
div.DivClassName
{
background-color: #F5296B;
}
.BgClassName
{
background-color: #F5296B;
}
</style>
border-color css
<style>
span { border-color: #F5296B; }
span { border-color: rgb(245,41,107); }
td.TdClassName
{
border-color: #F5296B;
}
.TagClassName
{
border-color: #F5296B;
}
</style>