Shades of Red #F30A06
Tints of Red #F30A06
RGB
CMYK
RGB Variations
Color information
#F30A06 (or 0xF30A06) is known color: Red. HEX triplet: F3, 0A and 06. RGB value is (243,10,6). Sum of RGB (Red+Green+Blue) = 243+10+6=259 (34% of max value = 765). Red value is 243 (95.31% from 255 or 93.82% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30A06 is #0CF5F9. Grayscale: #4F4F4F. Windows color (decimal): -849402 or 396019. OLE color: 396019.
HSL color Cylindrical-coordinate representation of color #F30A06: hue angle of 1.01º 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 #F30A06 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 6 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.05 |
| HSL | 1.01º | 0.95% | 0.49% | - |
| HSV(B) | 1.01º | 0.98% | 0.95% | - |
| XYZ | 37.1 | 19.28 | 1.94 | - |
| YUV | 79.21 | 86.69 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 6 | 0 | 0.96 | 0.98 | 0.05 | 1.01 | 0.95 | 0.49 |
| Hex | F3 | A | 6 | 0 | 60 | 62 | 5 | 1 | 5F | 31 |
| Octal | 363 | 12 | 6 | 0 | 140 | 142 | 5 | 1 | 137 | 61 |
| Binary | 11110011 | 1010 | 110 | 0 | 1100000 | 1100010 | 101 | 1 | 1011111 | 110001 |
Color Harmonies of #F30A06
Complementary color
Monochromatic Colors of #F30A06
Black with #F30A06
Text Example
Text Example
White with #F30A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A06; }
p { color: rgb(243,10,6); }
H1.HeaderClassName
{
color: #F30A06;
}
.AnyTagClassName
{
color: #F30A06;
}
</style>
background-color css
<style>
a { background-color: #F30A06; }
a { background-color: rgb(243,10,6); }
div.DivClassName
{
background-color: #F30A06;
}
.BgClassName
{
background-color: #F30A06;
}
</style>
border-color css
<style>
span { border-color: #F30A06; }
span { border-color: rgb(243,10,6); }
td.TdClassName
{
border-color: #F30A06;
}
.TagClassName
{
border-color: #F30A06;
}
</style>