Shades of Scarlet #F81C07
Tints of Scarlet #F81C07
RGB
CMYK
RGB Variations
Color information
#F81C07 (or 0xF81C07) is known color: Scarlet. HEX triplet: F8, 1C and 07. RGB value is (248,28,7). Sum of RGB (Red+Green+Blue) = 248+28+7=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C07 is #07E3F8. Grayscale: #5B5B5B. Windows color (decimal): -517113 or 466168. OLE color: 466168.
HSL color Cylindrical-coordinate representation of color #F81C07: hue angle of 5.23º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F81C07 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 7 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.03 |
| HSL | 5.23º | 0.95% | 0.5% | - |
| HSV(B) | 5.23º | 0.97% | 0.97% | - |
| XYZ | 39.17 | 20.8 | 2.15 | - |
| YUV | 91.39 | 80.39 | 239.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 7 | 0 | 0.89 | 0.97 | 0.03 | 5.23 | 0.95 | 0.5 |
| Hex | F8 | 1C | 7 | 0 | 59 | 61 | 3 | 5 | 5F | 32 |
| Octal | 370 | 34 | 7 | 0 | 131 | 141 | 3 | 5 | 137 | 62 |
| Binary | 11111000 | 11100 | 111 | 0 | 1011001 | 1100001 | 11 | 101 | 1011111 | 110010 |
Color Harmonies of #F81C07
Complementary color
Monochromatic Colors of #F81C07
Black with #F81C07
Text Example
Text Example
White with #F81C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C07; }
p { color: rgb(248,28,7); }
H1.HeaderClassName
{
color: #F81C07;
}
.AnyTagClassName
{
color: #F81C07;
}
</style>
background-color css
<style>
a { background-color: #F81C07; }
a { background-color: rgb(248,28,7); }
div.DivClassName
{
background-color: #F81C07;
}
.BgClassName
{
background-color: #F81C07;
}
</style>
border-color css
<style>
span { border-color: #F81C07; }
span { border-color: rgb(248,28,7); }
td.TdClassName
{
border-color: #F81C07;
}
.TagClassName
{
border-color: #F81C07;
}
</style>