Shades of Radical Red #F9296C
Tints of Radical Red #F9296C
RGB
CMYK
RGB Variations
Color information
#F9296C (or 0xF9296C) is known color: Radical Red. HEX triplet: F9, 29 and 6C. RGB value is (249,41,108). Sum of RGB (Red+Green+Blue) = 249+41+108=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9296C is #06D693. Grayscale: #6E6E6E. Windows color (decimal): -448148 or 7088633. OLE color: 7088633.
HSL color Cylindrical-coordinate representation of color #F9296C: hue angle of 340.67º 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 #F9296C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 108 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.02 |
| HSL | 340.67º | 0.95% | 0.57% | - |
| HSV(B) | 340.67º | 0.84% | 0.98% | - |
| XYZ | 42.57 | 22.81 | 16.35 | - |
| YUV | 110.83 | 126.41 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 108 | 0 | 0.84 | 0.57 | 0.02 | 340.67 | 0.95 | 0.57 |
| Hex | F9 | 29 | 6C | 0 | 54 | 39 | 2 | 155 | 5F | 39 |
| Octal | 371 | 51 | 154 | 0 | 124 | 71 | 2 | 525 | 137 | 71 |
| Binary | 11111001 | 101001 | 1101100 | 0 | 1010100 | 111001 | 10 | 101010101 | 1011111 | 111001 |
Color Harmonies of #F9296C
Complementary color
Monochromatic Colors of #F9296C
Black with #F9296C
Text Example
Text Example
White with #F9296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9296C; }
p { color: rgb(249,41,108); }
H1.HeaderClassName
{
color: #F9296C;
}
.AnyTagClassName
{
color: #F9296C;
}
</style>
background-color css
<style>
a { background-color: #F9296C; }
a { background-color: rgb(249,41,108); }
div.DivClassName
{
background-color: #F9296C;
}
.BgClassName
{
background-color: #F9296C;
}
</style>
border-color css
<style>
span { border-color: #F9296C; }
span { border-color: rgb(249,41,108); }
td.TdClassName
{
border-color: #F9296C;
}
.TagClassName
{
border-color: #F9296C;
}
</style>