Shades of Scarlet #F23006
Tints of Scarlet #F23006
RGB
CMYK
RGB Variations
Color information
#F23006 (or 0xF23006) is known color: Scarlet. HEX triplet: F2, 30 and 06. RGB value is (242,48,6). Sum of RGB (Red+Green+Blue) = 242+48+6=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F23006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23006 is #0DCFF9. Grayscale: #656565. Windows color (decimal): -905210 or 405746. OLE color: 405746.
HSL color Cylindrical-coordinate representation of color #F23006: hue angle of 10.68º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23006 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.05 |
| HSL | 10.68º | 0.95% | 0.49% | - |
| HSV(B) | 10.68º | 0.98% | 0.95% | - |
| XYZ | 37.71 | 21 | 2.24 | - |
| YUV | 101.22 | 74.27 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 6 | 0 | 0.80 | 0.98 | 0.05 | 10.68 | 0.95 | 0.49 |
| Hex | F2 | 30 | 6 | 0 | 50 | 62 | 5 | B | 5F | 31 |
| Octal | 362 | 60 | 6 | 0 | 120 | 142 | 5 | 13 | 137 | 61 |
| Binary | 11110010 | 110000 | 110 | 0 | 1010000 | 1100010 | 101 | 1011 | 1011111 | 110001 |
Color Harmonies of #F23006
Complementary color
Monochromatic Colors of #F23006
Black with #F23006
Text Example
Text Example
White with #F23006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23006; }
p { color: rgb(242,48,6); }
H1.HeaderClassName
{
color: #F23006;
}
.AnyTagClassName
{
color: #F23006;
}
</style>
background-color css
<style>
a { background-color: #F23006; }
a { background-color: rgb(242,48,6); }
div.DivClassName
{
background-color: #F23006;
}
.BgClassName
{
background-color: #F23006;
}
</style>
border-color css
<style>
span { border-color: #F23006; }
span { border-color: rgb(242,48,6); }
td.TdClassName
{
border-color: #F23006;
}
.TagClassName
{
border-color: #F23006;
}
</style>