Shades of Scarlet #FE2F06
Tints of Scarlet #FE2F06
RGB
CMYK
RGB Variations
Color information
#FE2F06 (or 0xFE2F06) is known color: Scarlet. HEX triplet: FE, 2F and 06. RGB value is (254,47,6). Sum of RGB (Red+Green+Blue) = 254+47+6=307 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.74% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2F06 is #01D0F9. Grayscale: #686868. Windows color (decimal): -119034 or 405502. OLE color: 405502.
HSL color Cylindrical-coordinate representation of color #FE2F06: hue angle of 9.92º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE2F06 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 6 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.00 |
| HSL | 9.92º | 0.99% | 0.51% | - |
| HSV(B) | 9.92º | 0.98% | 1% | - |
| XYZ | 41.92 | 23.12 | 2.42 | - |
| YUV | 104.22 | 72.58 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 6 | 0 | 0.81 | 0.98 | 0.00 | 9.92 | 0.99 | 0.51 |
| Hex | FE | 2F | 6 | 0 | 51 | 62 | 0 | A | 63 | 33 |
| Octal | 376 | 57 | 6 | 0 | 121 | 142 | 0 | 12 | 143 | 63 |
| Binary | 11111110 | 101111 | 110 | 0 | 1010001 | 1100010 | 0 | 1010 | 1100011 | 110011 |
Color Harmonies of #FE2F06
Complementary color
Monochromatic Colors of #FE2F06
Black with #FE2F06
Text Example
Text Example
White with #FE2F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F06; }
p { color: rgb(254,47,6); }
H1.HeaderClassName
{
color: #FE2F06;
}
.AnyTagClassName
{
color: #FE2F06;
}
</style>
background-color css
<style>
a { background-color: #FE2F06; }
a { background-color: rgb(254,47,6); }
div.DivClassName
{
background-color: #FE2F06;
}
.BgClassName
{
background-color: #FE2F06;
}
</style>
border-color css
<style>
span { border-color: #FE2F06; }
span { border-color: rgb(254,47,6); }
td.TdClassName
{
border-color: #FE2F06;
}
.TagClassName
{
border-color: #FE2F06;
}
</style>