Shades of Scarlet #FA2206
Tints of Scarlet #FA2206
RGB
CMYK
RGB Variations
Color information
#FA2206 (or 0xFA2206) is known color: Scarlet. HEX triplet: FA, 22 and 06. RGB value is (250,34,6). Sum of RGB (Red+Green+Blue) = 250+34+6=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2206 is #05DDF9. Grayscale: #5F5F5F. Windows color (decimal): -384506 or 402170. OLE color: 402170.
HSL color Cylindrical-coordinate representation of color #FA2206: hue angle of 6.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA2206 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 6 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.02 |
| HSL | 6.89º | 0.96% | 0.5% | - |
| HSV(B) | 6.89º | 0.98% | 0.98% | - |
| XYZ | 40.03 | 21.48 | 2.21 | - |
| YUV | 95.39 | 77.56 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 6 | 0 | 0.86 | 0.98 | 0.02 | 6.89 | 0.96 | 0.5 |
| Hex | FA | 22 | 6 | 0 | 56 | 62 | 2 | 7 | 60 | 32 |
| Octal | 372 | 42 | 6 | 0 | 126 | 142 | 2 | 7 | 140 | 62 |
| Binary | 11111010 | 100010 | 110 | 0 | 1010110 | 1100010 | 10 | 111 | 1100000 | 110010 |
Color Harmonies of #FA2206
Complementary color
Monochromatic Colors of #FA2206
Black with #FA2206
Text Example
Text Example
White with #FA2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2206; }
p { color: rgb(250,34,6); }
H1.HeaderClassName
{
color: #FA2206;
}
.AnyTagClassName
{
color: #FA2206;
}
</style>
background-color css
<style>
a { background-color: #FA2206; }
a { background-color: rgb(250,34,6); }
div.DivClassName
{
background-color: #FA2206;
}
.BgClassName
{
background-color: #FA2206;
}
</style>
border-color css
<style>
span { border-color: #FA2206; }
span { border-color: rgb(250,34,6); }
td.TdClassName
{
border-color: #FA2206;
}
.TagClassName
{
border-color: #FA2206;
}
</style>