Shades of Red #F30F0A
Tints of Red #F30F0A
RGB
CMYK
RGB Variations
Color information
#F30F0A (or 0xF30F0A) is known color: Red. HEX triplet: F3, 0F and 0A. RGB value is (243,15,10). Sum of RGB (Red+Green+Blue) = 243+15+10=268 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90.67% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30F0A is #0CF0F5. Grayscale: #525252. Windows color (decimal): -848118 or 659443. OLE color: 659443.
HSL color Cylindrical-coordinate representation of color #F30F0A: hue angle of 1.29º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30F0A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.05 |
| HSL | 1.29º | 0.92% | 0.5% | - |
| HSV(B) | 1.29º | 0.96% | 0.95% | - |
| XYZ | 37.19 | 19.42 | 2.08 | - |
| YUV | 82.6 | 87.04 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 10 | 0 | 0.94 | 0.96 | 0.05 | 1.29 | 0.92 | 0.5 |
| Hex | F3 | F | A | 0 | 5E | 60 | 5 | 1 | 5C | 32 |
| Octal | 363 | 17 | 12 | 0 | 136 | 140 | 5 | 1 | 134 | 62 |
| Binary | 11110011 | 1111 | 1010 | 0 | 1011110 | 1100000 | 101 | 1 | 1011100 | 110010 |
Color Harmonies of #F30F0A
Complementary color
Monochromatic Colors of #F30F0A
Black with #F30F0A
Text Example
Text Example
White with #F30F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F0A; }
p { color: rgb(243,15,10); }
H1.HeaderClassName
{
color: #F30F0A;
}
.AnyTagClassName
{
color: #F30F0A;
}
</style>
background-color css
<style>
a { background-color: #F30F0A; }
a { background-color: rgb(243,15,10); }
div.DivClassName
{
background-color: #F30F0A;
}
.BgClassName
{
background-color: #F30F0A;
}
</style>
border-color css
<style>
span { border-color: #F30F0A; }
span { border-color: rgb(243,15,10); }
td.TdClassName
{
border-color: #F30F0A;
}
.TagClassName
{
border-color: #F30F0A;
}
</style>