Shades of Scarlet #F23306
Tints of Scarlet #F23306
RGB
CMYK
RGB Variations
Color information
#F23306 (or 0xF23306) is known color: Scarlet. HEX triplet: F2, 33 and 06. RGB value is (242,51,6). Sum of RGB (Red+Green+Blue) = 242+51+6=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F23306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23306 is #0DCCF9. Grayscale: #676767. Windows color (decimal): -904442 or 406514. OLE color: 406514.
HSL color Cylindrical-coordinate representation of color #F23306: hue angle of 11.44º 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 #F23306 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 6 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.05 |
| HSL | 11.44º | 0.95% | 0.49% | - |
| HSV(B) | 11.44º | 0.98% | 0.95% | - |
| XYZ | 37.83 | 21.26 | 2.28 | - |
| YUV | 102.98 | 73.28 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 6 | 0 | 0.79 | 0.98 | 0.05 | 11.44 | 0.95 | 0.49 |
| Hex | F2 | 33 | 6 | 0 | 4F | 62 | 5 | B | 5F | 31 |
| Octal | 362 | 63 | 6 | 0 | 117 | 142 | 5 | 13 | 137 | 61 |
| Binary | 11110010 | 110011 | 110 | 0 | 1001111 | 1100010 | 101 | 1011 | 1011111 | 110001 |
Color Harmonies of #F23306
Complementary color
Monochromatic Colors of #F23306
Black with #F23306
Text Example
Text Example
White with #F23306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23306; }
p { color: rgb(242,51,6); }
H1.HeaderClassName
{
color: #F23306;
}
.AnyTagClassName
{
color: #F23306;
}
</style>
background-color css
<style>
a { background-color: #F23306; }
a { background-color: rgb(242,51,6); }
div.DivClassName
{
background-color: #F23306;
}
.BgClassName
{
background-color: #F23306;
}
</style>
border-color css
<style>
span { border-color: #F23306; }
span { border-color: rgb(242,51,6); }
td.TdClassName
{
border-color: #F23306;
}
.TagClassName
{
border-color: #F23306;
}
</style>