Shades of Scarlet #F71C06
Tints of Scarlet #F71C06
RGB
CMYK
RGB Variations
Color information
#F71C06 (or 0xF71C06) is known color: Scarlet. HEX triplet: F7, 1C and 06. RGB value is (247,28,6). Sum of RGB (Red+Green+Blue) = 247+28+6=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F71C06 is #08E3F9. Grayscale: #5B5B5B. Windows color (decimal): -582650 or 400631. OLE color: 400631.
HSL color Cylindrical-coordinate representation of color #F71C06: hue angle of 5.48º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F71C06 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 28 | 6 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.03 |
| HSL | 5.48º | 0.95% | 0.5% | - |
| HSV(B) | 5.48º | 0.98% | 0.97% | - |
| XYZ | 38.81 | 20.62 | 2.11 | - |
| YUV | 90.97 | 80.05 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 28 | 6 | 0 | 0.89 | 0.98 | 0.03 | 5.48 | 0.95 | 0.5 |
| Hex | F7 | 1C | 6 | 0 | 59 | 62 | 3 | 5 | 5F | 32 |
| Octal | 367 | 34 | 6 | 0 | 131 | 142 | 3 | 5 | 137 | 62 |
| Binary | 11110111 | 11100 | 110 | 0 | 1011001 | 1100010 | 11 | 101 | 1011111 | 110010 |
Color Harmonies of #F71C06
Complementary color
Monochromatic Colors of #F71C06
Black with #F71C06
Text Example
Text Example
White with #F71C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71C06; }
p { color: rgb(247,28,6); }
H1.HeaderClassName
{
color: #F71C06;
}
.AnyTagClassName
{
color: #F71C06;
}
</style>
background-color css
<style>
a { background-color: #F71C06; }
a { background-color: rgb(247,28,6); }
div.DivClassName
{
background-color: #F71C06;
}
.BgClassName
{
background-color: #F71C06;
}
</style>
border-color css
<style>
span { border-color: #F71C06; }
span { border-color: rgb(247,28,6); }
td.TdClassName
{
border-color: #F71C06;
}
.TagClassName
{
border-color: #F71C06;
}
</style>