Shades of Red #F30905
Tints of Red #F30905
RGB
CMYK
RGB Variations
Color information
#F30905 (or 0xF30905) is known color: Red. HEX triplet: F3, 09 and 05. RGB value is (243,9,5). Sum of RGB (Red+Green+Blue) = 243+9+5=257 (34% of max value = 765). Red value is 243 (95.31% from 255 or 94.55% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 243 - color contains mainly: red. Hex color #F30905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30905 is #0CF6FA. Grayscale: #4E4E4E. Windows color (decimal): -849659 or 330227. OLE color: 330227.
HSL color Cylindrical-coordinate representation of color #F30905: hue angle of 1.01º degrees, saturation: 0.96, 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 #F30905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.05 |
| HSL | 1.01º | 0.96% | 0.49% | - |
| HSV(B) | 1.01º | 0.98% | 0.95% | - |
| XYZ | 37.09 | 19.26 | 1.91 | - |
| YUV | 78.51 | 86.52 | 245.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 5 | 0 | 0.96 | 0.98 | 0.05 | 1.01 | 0.96 | 0.49 |
| Hex | F3 | 9 | 5 | 0 | 60 | 62 | 5 | 1 | 60 | 31 |
| Octal | 363 | 11 | 5 | 0 | 140 | 142 | 5 | 1 | 140 | 61 |
| Binary | 11110011 | 1001 | 101 | 0 | 1100000 | 1100010 | 101 | 1 | 1100000 | 110001 |
Color Harmonies of #F30905
Complementary color
Monochromatic Colors of #F30905
Black with #F30905
Text Example
Text Example
White with #F30905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30905; }
p { color: rgb(243,9,5); }
H1.HeaderClassName
{
color: #F30905;
}
.AnyTagClassName
{
color: #F30905;
}
</style>
background-color css
<style>
a { background-color: #F30905; }
a { background-color: rgb(243,9,5); }
div.DivClassName
{
background-color: #F30905;
}
.BgClassName
{
background-color: #F30905;
}
</style>
border-color css
<style>
span { border-color: #F30905; }
span { border-color: rgb(243,9,5); }
td.TdClassName
{
border-color: #F30905;
}
.TagClassName
{
border-color: #F30905;
}
</style>