Shades of Scarlet #FA2F05
Tints of Scarlet #FA2F05
RGB
CMYK
RGB Variations
Color information
#FA2F05 (or 0xFA2F05) is known color: Scarlet. HEX triplet: FA, 2F and 05. RGB value is (250,47,5). Sum of RGB (Red+Green+Blue) = 250+47+5=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2F05 is #05D0FA. Grayscale: #676767. Windows color (decimal): -381179 or 339962. OLE color: 339962.
HSL color Cylindrical-coordinate representation of color #FA2F05: hue angle of 10.29º 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 #FA2F05 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 5 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.02 |
| HSL | 10.29º | 0.96% | 0.5% | - |
| HSV(B) | 10.29º | 0.98% | 0.98% | - |
| XYZ | 40.47 | 22.37 | 2.33 | - |
| YUV | 102.91 | 72.75 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 5 | 0 | 0.81 | 0.98 | 0.02 | 10.29 | 0.96 | 0.5 |
| Hex | FA | 2F | 5 | 0 | 51 | 62 | 2 | A | 60 | 32 |
| Octal | 372 | 57 | 5 | 0 | 121 | 142 | 2 | 12 | 140 | 62 |
| Binary | 11111010 | 101111 | 101 | 0 | 1010001 | 1100010 | 10 | 1010 | 1100000 | 110010 |
Color Harmonies of #FA2F05
Complementary color
Monochromatic Colors of #FA2F05
Black with #FA2F05
Text Example
Text Example
White with #FA2F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F05; }
p { color: rgb(250,47,5); }
H1.HeaderClassName
{
color: #FA2F05;
}
.AnyTagClassName
{
color: #FA2F05;
}
</style>
background-color css
<style>
a { background-color: #FA2F05; }
a { background-color: rgb(250,47,5); }
div.DivClassName
{
background-color: #FA2F05;
}
.BgClassName
{
background-color: #FA2F05;
}
</style>
border-color css
<style>
span { border-color: #FA2F05; }
span { border-color: rgb(250,47,5); }
td.TdClassName
{
border-color: #FA2F05;
}
.TagClassName
{
border-color: #FA2F05;
}
</style>