Shades of Red #F30904
Tints of Red #F30904
RGB
CMYK
RGB Variations
Color information
#F30904 (or 0xF30904) is known color: Red. HEX triplet: F3, 09 and 04. RGB value is (243,9,4). Sum of RGB (Red+Green+Blue) = 243+9+4=256 (33% of max value = 765). Red value is 243 (95.31% from 255 or 94.92% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 243 - color contains mainly: red. Hex color #F30904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30904 is #0CF6FB. Grayscale: #4E4E4E. Windows color (decimal): -849660 or 264691. OLE color: 264691.
HSL color Cylindrical-coordinate representation of color #F30904: hue angle of 1.26º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.05 |
| HSL | 1.26º | 0.97% | 0.48% | - |
| HSV(B) | 1.26º | 0.98% | 0.95% | - |
| XYZ | 37.08 | 19.26 | 1.88 | - |
| YUV | 78.4 | 86.02 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 4 | 0 | 0.96 | 0.98 | 0.05 | 1.26 | 0.97 | 0.48 |
| Hex | F3 | 9 | 4 | 0 | 60 | 62 | 5 | 1 | 61 | 30 |
| Octal | 363 | 11 | 4 | 0 | 140 | 142 | 5 | 1 | 141 | 60 |
| Binary | 11110011 | 1001 | 100 | 0 | 1100000 | 1100010 | 101 | 1 | 1100001 | 110000 |
Color Harmonies of #F30904
Complementary color
Monochromatic Colors of #F30904
Black with #F30904
Text Example
Text Example
White with #F30904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30904; }
p { color: rgb(243,9,4); }
H1.HeaderClassName
{
color: #F30904;
}
.AnyTagClassName
{
color: #F30904;
}
</style>
background-color css
<style>
a { background-color: #F30904; }
a { background-color: rgb(243,9,4); }
div.DivClassName
{
background-color: #F30904;
}
.BgClassName
{
background-color: #F30904;
}
</style>
border-color css
<style>
span { border-color: #F30904; }
span { border-color: rgb(243,9,4); }
td.TdClassName
{
border-color: #F30904;
}
.TagClassName
{
border-color: #F30904;
}
</style>