Shades of Red #F30B05
Tints of Red #F30B05
RGB
CMYK
RGB Variations
Color information
#F30B05 (or 0xF30B05) is known color: Red. HEX triplet: F3, 0B and 05. RGB value is (243,11,5). Sum of RGB (Red+Green+Blue) = 243+11+5=259 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.82% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 243 - color contains mainly: red. Hex color #F30B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30B05 is #0CF4FA. Grayscale: #4F4F4F. Windows color (decimal): -849147 or 330739. OLE color: 330739.
HSL color Cylindrical-coordinate representation of color #F30B05: hue angle of 1.51º 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 #F30B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 11 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.05 |
| HSL | 1.51º | 0.96% | 0.49% | - |
| HSV(B) | 1.51º | 0.98% | 0.95% | - |
| XYZ | 37.11 | 19.3 | 1.91 | - |
| YUV | 79.68 | 85.86 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 11 | 5 | 0 | 0.95 | 0.98 | 0.05 | 1.51 | 0.96 | 0.49 |
| Hex | F3 | B | 5 | 0 | 5F | 62 | 5 | 2 | 60 | 31 |
| Octal | 363 | 13 | 5 | 0 | 137 | 142 | 5 | 2 | 140 | 61 |
| Binary | 11110011 | 1011 | 101 | 0 | 1011111 | 1100010 | 101 | 10 | 1100000 | 110001 |
Color Harmonies of #F30B05
Complementary color
Monochromatic Colors of #F30B05
Black with #F30B05
Text Example
Text Example
White with #F30B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30B05; }
p { color: rgb(243,11,5); }
H1.HeaderClassName
{
color: #F30B05;
}
.AnyTagClassName
{
color: #F30B05;
}
</style>
background-color css
<style>
a { background-color: #F30B05; }
a { background-color: rgb(243,11,5); }
div.DivClassName
{
background-color: #F30B05;
}
.BgClassName
{
background-color: #F30B05;
}
</style>
border-color css
<style>
span { border-color: #F30B05; }
span { border-color: rgb(243,11,5); }
td.TdClassName
{
border-color: #F30B05;
}
.TagClassName
{
border-color: #F30B05;
}
</style>