Shades of Red #F30A00
Tints of Red #F30A00
RGB
CMYK
RGB Variations
Color information
#F30A00 (or 0xF30A00) is known color: Red. HEX triplet: F3, 0A and 00. RGB value is (243,10,0). Sum of RGB (Red+Green+Blue) = 243+10+0=253 (33% of max value = 765). Red value is 243 (95.31% from 255 or 96.05% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30A00 is #0CF5FF. Grayscale: #4E4E4E. Windows color (decimal): -849408 or 2803. OLE color: 2803.
HSL color Cylindrical-coordinate representation of color #F30A00: hue angle of 2.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30A00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.05 |
| HSL | 2.47º | 1% | 0.48% | - |
| HSV(B) | 2.47º | 1% | 0.95% | - |
| XYZ | 37.07 | 19.27 | 1.77 | - |
| YUV | 78.53 | 83.69 | 245.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 0 | 0 | 0.96 | 1 | 0.05 | 2.47 | 1 | 0.48 |
| Hex | F3 | A | 0 | 0 | 60 | 64 | 5 | 2 | 64 | 30 |
| Octal | 363 | 12 | 0 | 0 | 140 | 144 | 5 | 2 | 144 | 60 |
| Binary | 11110011 | 1010 | 0 | 0 | 1100000 | 1100100 | 101 | 10 | 1100100 | 110000 |
Color Harmonies of #F30A00
Complementary color
Monochromatic Colors of #F30A00
Black with #F30A00
Text Example
Text Example
White with #F30A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A00; }
p { color: rgb(243,10,0); }
H1.HeaderClassName
{
color: #F30A00;
}
.AnyTagClassName
{
color: #F30A00;
}
</style>
background-color css
<style>
a { background-color: #F30A00; }
a { background-color: rgb(243,10,0); }
div.DivClassName
{
background-color: #F30A00;
}
.BgClassName
{
background-color: #F30A00;
}
</style>
border-color css
<style>
span { border-color: #F30A00; }
span { border-color: rgb(243,10,0); }
td.TdClassName
{
border-color: #F30A00;
}
.TagClassName
{
border-color: #F30A00;
}
</style>