Shades of Scarlet #FA2F07
Tints of Scarlet #FA2F07
RGB
CMYK
RGB Variations
Color information
#FA2F07 (or 0xFA2F07) is known color: Scarlet. HEX triplet: FA, 2F and 07. RGB value is (250,47,7). Sum of RGB (Red+Green+Blue) = 250+47+7=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2F07 is #05D0F8. Grayscale: #676767. Windows color (decimal): -381177 or 471034. OLE color: 471034.
HSL color Cylindrical-coordinate representation of color #FA2F07: hue angle of 9.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA2F07 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 7 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.02 |
| HSL | 9.88º | 0.96% | 0.5% | - |
| HSV(B) | 9.88º | 0.97% | 0.98% | - |
| XYZ | 40.48 | 22.37 | 2.39 | - |
| YUV | 103.14 | 73.75 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 7 | 0 | 0.81 | 0.97 | 0.02 | 9.88 | 0.96 | 0.5 |
| Hex | FA | 2F | 7 | 0 | 51 | 61 | 2 | A | 60 | 32 |
| Octal | 372 | 57 | 7 | 0 | 121 | 141 | 2 | 12 | 140 | 62 |
| Binary | 11111010 | 101111 | 111 | 0 | 1010001 | 1100001 | 10 | 1010 | 1100000 | 110010 |
Color Harmonies of #FA2F07
Complementary color
Monochromatic Colors of #FA2F07
Black with #FA2F07
Text Example
Text Example
White with #FA2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F07; }
p { color: rgb(250,47,7); }
H1.HeaderClassName
{
color: #FA2F07;
}
.AnyTagClassName
{
color: #FA2F07;
}
</style>
background-color css
<style>
a { background-color: #FA2F07; }
a { background-color: rgb(250,47,7); }
div.DivClassName
{
background-color: #FA2F07;
}
.BgClassName
{
background-color: #FA2F07;
}
</style>
border-color css
<style>
span { border-color: #FA2F07; }
span { border-color: rgb(250,47,7); }
td.TdClassName
{
border-color: #FA2F07;
}
.TagClassName
{
border-color: #FA2F07;
}
</style>