Shades of Radical Red #F5295B
Tints of Radical Red #F5295B
RGB
CMYK
RGB Variations
Color information
#F5295B (or 0xF5295B) is known color: Radical Red. HEX triplet: F5, 29 and 5B. RGB value is (245,41,91). Sum of RGB (Red+Green+Blue) = 245+41+91=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5295B is #0AD6A4. Grayscale: #6B6B6B. Windows color (decimal): -710309 or 5974517. OLE color: 5974517.
HSL color Cylindrical-coordinate representation of color #F5295B: hue angle of 345.29º 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 #F5295B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 41 | 91 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.04 |
| HSL | 345.29º | 0.91% | 0.56% | - |
| HSV(B) | 345.29º | 0.83% | 0.96% | - |
| XYZ | 40.34 | 21.75 | 11.97 | - |
| YUV | 107.7 | 118.59 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 41 | 91 | 0 | 0.83 | 0.63 | 0.04 | 345.29 | 0.91 | 0.56 |
| Hex | F5 | 29 | 5B | 0 | 53 | 3F | 4 | 159 | 5B | 38 |
| Octal | 365 | 51 | 133 | 0 | 123 | 77 | 4 | 531 | 133 | 70 |
| Binary | 11110101 | 101001 | 1011011 | 0 | 1010011 | 111111 | 100 | 101011001 | 1011011 | 111000 |
Color Harmonies of #F5295B
Complementary color
Monochromatic Colors of #F5295B
Black with #F5295B
Text Example
Text Example
White with #F5295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5295B; }
p { color: rgb(245,41,91); }
H1.HeaderClassName
{
color: #F5295B;
}
.AnyTagClassName
{
color: #F5295B;
}
</style>
background-color css
<style>
a { background-color: #F5295B; }
a { background-color: rgb(245,41,91); }
div.DivClassName
{
background-color: #F5295B;
}
.BgClassName
{
background-color: #F5295B;
}
</style>
border-color css
<style>
span { border-color: #F5295B; }
span { border-color: rgb(245,41,91); }
td.TdClassName
{
border-color: #F5295B;
}
.TagClassName
{
border-color: #F5295B;
}
</style>