Shades of Scarlet #F23009
Tints of Scarlet #F23009
RGB
CMYK
RGB Variations
Color information
#F23009 (or 0xF23009) is known color: Scarlet. HEX triplet: F2, 30 and 09. RGB value is (242,48,9). Sum of RGB (Red+Green+Blue) = 242+48+9=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F23009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23009 is #0DCFF6. Grayscale: #656565. Windows color (decimal): -905207 or 602354. OLE color: 602354.
HSL color Cylindrical-coordinate representation of color #F23009: hue angle of 10.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F23009 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.05 |
| HSL | 10.04º | 0.93% | 0.49% | - |
| HSV(B) | 10.04º | 0.96% | 0.95% | - |
| XYZ | 37.72 | 21.01 | 2.33 | - |
| YUV | 101.56 | 75.77 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 9 | 0 | 0.80 | 0.96 | 0.05 | 10.04 | 0.93 | 0.49 |
| Hex | F2 | 30 | 9 | 0 | 50 | 60 | 5 | A | 5D | 31 |
| Octal | 362 | 60 | 11 | 0 | 120 | 140 | 5 | 12 | 135 | 61 |
| Binary | 11110010 | 110000 | 1001 | 0 | 1010000 | 1100000 | 101 | 1010 | 1011101 | 110001 |
Color Harmonies of #F23009
Complementary color
Monochromatic Colors of #F23009
Black with #F23009
Text Example
Text Example
White with #F23009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23009; }
p { color: rgb(242,48,9); }
H1.HeaderClassName
{
color: #F23009;
}
.AnyTagClassName
{
color: #F23009;
}
</style>
background-color css
<style>
a { background-color: #F23009; }
a { background-color: rgb(242,48,9); }
div.DivClassName
{
background-color: #F23009;
}
.BgClassName
{
background-color: #F23009;
}
</style>
border-color css
<style>
span { border-color: #F23009; }
span { border-color: rgb(242,48,9); }
td.TdClassName
{
border-color: #F23009;
}
.TagClassName
{
border-color: #F23009;
}
</style>