Shades of Scarlet #F23100
Tints of Scarlet #F23100
RGB
CMYK
RGB Variations
Color information
#F23100 (or 0xF23100) is known color: Scarlet. HEX triplet: F2, 31 and 00. RGB value is (242,49,0). Sum of RGB (Red+Green+Blue) = 242+49+0=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F23100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23100 is #0DCEFF. Grayscale: #656565. Windows color (decimal): -904960 or 12786. OLE color: 12786.
HSL color Cylindrical-coordinate representation of color #F23100: hue angle of 12.15º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F23100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.05 |
| HSL | 12.15º | 1% | 0.47% | - |
| HSV(B) | 12.15º | 1% | 0.95% | - |
| XYZ | 37.72 | 21.07 | 2.08 | - |
| YUV | 101.12 | 70.94 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 0 | 0 | 0.80 | 1 | 0.05 | 12.15 | 1 | 0.47 |
| Hex | F2 | 31 | 0 | 0 | 50 | 64 | 5 | C | 64 | 2F |
| Octal | 362 | 61 | 0 | 0 | 120 | 144 | 5 | 14 | 144 | 57 |
| Binary | 11110010 | 110001 | 0 | 0 | 1010000 | 1100100 | 101 | 1100 | 1100100 | 101111 |
Color Harmonies of #F23100
Complementary color
Monochromatic Colors of #F23100
Black with #F23100
Text Example
Text Example
White with #F23100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23100; }
p { color: rgb(242,49,0); }
H1.HeaderClassName
{
color: #F23100;
}
.AnyTagClassName
{
color: #F23100;
}
</style>
background-color css
<style>
a { background-color: #F23100; }
a { background-color: rgb(242,49,0); }
div.DivClassName
{
background-color: #F23100;
}
.BgClassName
{
background-color: #F23100;
}
</style>
border-color css
<style>
span { border-color: #F23100; }
span { border-color: rgb(242,49,0); }
td.TdClassName
{
border-color: #F23100;
}
.TagClassName
{
border-color: #F23100;
}
</style>