Shades of Red #F30906
Tints of Red #F30906
RGB
CMYK
RGB Variations
Color information
#F30906 (or 0xF30906) is known color: Red. HEX triplet: F3, 09 and 06. RGB value is (243,9,6). Sum of RGB (Red+Green+Blue) = 243+9+6=258 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.19% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 243 - color contains mainly: red. Hex color #F30906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30906 is #0CF6F9. Grayscale: #4E4E4E. Windows color (decimal): -849658 or 395763. OLE color: 395763.
HSL color Cylindrical-coordinate representation of color #F30906: hue angle of 0.76º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30906 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 6 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.05 |
| HSL | 0.76º | 0.95% | 0.49% | - |
| HSV(B) | 0.76º | 0.98% | 0.95% | - |
| XYZ | 37.09 | 19.26 | 1.94 | - |
| YUV | 78.62 | 87.02 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 6 | 0 | 0.96 | 0.98 | 0.05 | 0.76 | 0.95 | 0.49 |
| Hex | F3 | 9 | 6 | 0 | 60 | 62 | 5 | 1 | 5F | 31 |
| Octal | 363 | 11 | 6 | 0 | 140 | 142 | 5 | 1 | 137 | 61 |
| Binary | 11110011 | 1001 | 110 | 0 | 1100000 | 1100010 | 101 | 1 | 1011111 | 110001 |
Color Harmonies of #F30906
Complementary color
Monochromatic Colors of #F30906
Black with #F30906
Text Example
Text Example
White with #F30906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30906; }
p { color: rgb(243,9,6); }
H1.HeaderClassName
{
color: #F30906;
}
.AnyTagClassName
{
color: #F30906;
}
</style>
background-color css
<style>
a { background-color: #F30906; }
a { background-color: rgb(243,9,6); }
div.DivClassName
{
background-color: #F30906;
}
.BgClassName
{
background-color: #F30906;
}
</style>
border-color css
<style>
span { border-color: #F30906; }
span { border-color: rgb(243,9,6); }
td.TdClassName
{
border-color: #F30906;
}
.TagClassName
{
border-color: #F30906;
}
</style>