Shades of Scarlet #FA170F
Tints of Scarlet #FA170F
RGB
CMYK
RGB Variations
Color information
#FA170F (or 0xFA170F) is known color: Scarlet. HEX triplet: FA, 17 and 0F. RGB value is (250,23,15). Sum of RGB (Red+Green+Blue) = 250+23+15=288 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.81% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 250 - color contains mainly: red. Hex color #FA170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA170F is #05E8F0. Grayscale: #5A5A5A. Windows color (decimal): -387313 or 989178. OLE color: 989178.
HSL color Cylindrical-coordinate representation of color #FA170F: hue angle of 2.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA170F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.02 |
| HSL | 2.04º | 0.96% | 0.52% | - |
| HSV(B) | 2.04º | 0.94% | 0.98% | - |
| XYZ | 39.82 | 20.97 | 2.4 | - |
| YUV | 89.96 | 85.71 | 242.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 15 | 0 | 0.91 | 0.94 | 0.02 | 2.04 | 0.96 | 0.52 |
| Hex | FA | 17 | F | 0 | 5B | 5E | 2 | 2 | 60 | 34 |
| Octal | 372 | 27 | 17 | 0 | 133 | 136 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 10111 | 1111 | 0 | 1011011 | 1011110 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA170F
Complementary color
Monochromatic Colors of #FA170F
Black with #FA170F
Text Example
Text Example
White with #FA170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA170F; }
p { color: rgb(250,23,15); }
H1.HeaderClassName
{
color: #FA170F;
}
.AnyTagClassName
{
color: #FA170F;
}
</style>
background-color css
<style>
a { background-color: #FA170F; }
a { background-color: rgb(250,23,15); }
div.DivClassName
{
background-color: #FA170F;
}
.BgClassName
{
background-color: #FA170F;
}
</style>
border-color css
<style>
span { border-color: #FA170F; }
span { border-color: rgb(250,23,15); }
td.TdClassName
{
border-color: #FA170F;
}
.TagClassName
{
border-color: #FA170F;
}
</style>