Shades of Scarlet #F81C06
Tints of Scarlet #F81C06
RGB
CMYK
RGB Variations
Color information
#F81C06 (or 0xF81C06) is known color: Scarlet. HEX triplet: F8, 1C and 06. RGB value is (248,28,6). Sum of RGB (Red+Green+Blue) = 248+28+6=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C06 is #07E3F9. Grayscale: #5B5B5B. Windows color (decimal): -517114 or 400632. OLE color: 400632.
HSL color Cylindrical-coordinate representation of color #F81C06: hue angle of 5.45º 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 #F81C06 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 6 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.03 |
| HSL | 5.45º | 0.95% | 0.5% | - |
| HSV(B) | 5.45º | 0.98% | 0.97% | - |
| XYZ | 39.16 | 20.8 | 2.12 | - |
| YUV | 91.27 | 79.89 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 6 | 0 | 0.89 | 0.98 | 0.03 | 5.45 | 0.95 | 0.5 |
| Hex | F8 | 1C | 6 | 0 | 59 | 62 | 3 | 5 | 5F | 32 |
| Octal | 370 | 34 | 6 | 0 | 131 | 142 | 3 | 5 | 137 | 62 |
| Binary | 11111000 | 11100 | 110 | 0 | 1011001 | 1100010 | 11 | 101 | 1011111 | 110010 |
Color Harmonies of #F81C06
Complementary color
Monochromatic Colors of #F81C06
Black with #F81C06
Text Example
Text Example
White with #F81C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C06; }
p { color: rgb(248,28,6); }
H1.HeaderClassName
{
color: #F81C06;
}
.AnyTagClassName
{
color: #F81C06;
}
</style>
background-color css
<style>
a { background-color: #F81C06; }
a { background-color: rgb(248,28,6); }
div.DivClassName
{
background-color: #F81C06;
}
.BgClassName
{
background-color: #F81C06;
}
</style>
border-color css
<style>
span { border-color: #F81C06; }
span { border-color: rgb(248,28,6); }
td.TdClassName
{
border-color: #F81C06;
}
.TagClassName
{
border-color: #F81C06;
}
</style>