Shades of Radical Red #F9306F
Tints of Radical Red #F9306F
RGB
CMYK
RGB Variations
Color information
#F9306F (or 0xF9306F) is known color: Radical Red. HEX triplet: F9, 30 and 6F. RGB value is (249,48,111). Sum of RGB (Red+Green+Blue) = 249+48+111=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F9306F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9306F is #06CF90. Grayscale: #737373. Windows color (decimal): -446353 or 7287033. OLE color: 7287033.
HSL color Cylindrical-coordinate representation of color #F9306F: hue angle of 341.19º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9306F is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 48 | 111 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.02 |
| HSL | 341.19º | 0.94% | 0.58% | - |
| HSV(B) | 341.19º | 0.81% | 0.98% | - |
| XYZ | 42.99 | 23.4 | 17.29 | - |
| YUV | 115.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 48 | 111 | 0 | 0.81 | 0.55 | 0.02 | 341.19 | 0.94 | 0.58 |
| Hex | F9 | 30 | 6F | 0 | 51 | 37 | 2 | 155 | 5E | 3A |
| Octal | 371 | 60 | 157 | 0 | 121 | 67 | 2 | 525 | 136 | 72 |
| Binary | 11111001 | 110000 | 1101111 | 0 | 1010001 | 110111 | 10 | 101010101 | 1011110 | 111010 |
Color Harmonies of #F9306F
Complementary color
Monochromatic Colors of #F9306F
Black with #F9306F
Text Example
Text Example
White with #F9306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9306F; }
p { color: rgb(249,48,111); }
H1.HeaderClassName
{
color: #F9306F;
}
.AnyTagClassName
{
color: #F9306F;
}
</style>
background-color css
<style>
a { background-color: #F9306F; }
a { background-color: rgb(249,48,111); }
div.DivClassName
{
background-color: #F9306F;
}
.BgClassName
{
background-color: #F9306F;
}
</style>
border-color css
<style>
span { border-color: #F9306F; }
span { border-color: rgb(249,48,111); }
td.TdClassName
{
border-color: #F9306F;
}
.TagClassName
{
border-color: #F9306F;
}
</style>