Shades of Radical Red #F9295B
Tints of Radical Red #F9295B
RGB
CMYK
RGB Variations
Color information
#F9295B (or 0xF9295B) is known color: Radical Red. HEX triplet: F9, 29 and 5B. RGB value is (249,41,91). Sum of RGB (Red+Green+Blue) = 249+41+91=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F9295B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9295B is #06D6A4. Grayscale: #6C6C6C. Windows color (decimal): -448165 or 5974521. OLE color: 5974521.
HSL color Cylindrical-coordinate representation of color #F9295B: hue angle of 345.58º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9295B is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 91 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.02 |
| HSL | 345.58º | 0.95% | 0.57% | - |
| HSV(B) | 345.58º | 0.84% | 0.98% | - |
| XYZ | 41.75 | 22.48 | 12.04 | - |
| YUV | 108.89 | 117.91 | 227.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 91 | 0 | 0.84 | 0.63 | 0.02 | 345.58 | 0.95 | 0.57 |
| Hex | F9 | 29 | 5B | 0 | 54 | 3F | 2 | 15A | 5F | 39 |
| Octal | 371 | 51 | 133 | 0 | 124 | 77 | 2 | 532 | 137 | 71 |
| Binary | 11111001 | 101001 | 1011011 | 0 | 1010100 | 111111 | 10 | 101011010 | 1011111 | 111001 |
Color Harmonies of #F9295B
Complementary color
Monochromatic Colors of #F9295B
Black with #F9295B
Text Example
Text Example
White with #F9295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9295B; }
p { color: rgb(249,41,91); }
H1.HeaderClassName
{
color: #F9295B;
}
.AnyTagClassName
{
color: #F9295B;
}
</style>
background-color css
<style>
a { background-color: #F9295B; }
a { background-color: rgb(249,41,91); }
div.DivClassName
{
background-color: #F9295B;
}
.BgClassName
{
background-color: #F9295B;
}
</style>
border-color css
<style>
span { border-color: #F9295B; }
span { border-color: rgb(249,41,91); }
td.TdClassName
{
border-color: #F9295B;
}
.TagClassName
{
border-color: #F9295B;
}
</style>