Shades of Scarlet #F23200
Tints of Scarlet #F23200
RGB
CMYK
RGB Variations
Color information
#F23200 (or 0xF23200) is known color: Scarlet. HEX triplet: F2, 32 and 00. RGB value is (242,50,0). Sum of RGB (Red+Green+Blue) = 242+50+0=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F23200 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23200 is #0DCDFF. Grayscale: #666666. Windows color (decimal): -904704 or 13042. OLE color: 13042.
HSL color Cylindrical-coordinate representation of color #F23200: hue angle of 12.4º 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 #F23200 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.05 |
| HSL | 12.4º | 1% | 0.47% | - |
| HSV(B) | 12.4º | 1% | 0.95% | - |
| XYZ | 37.76 | 21.16 | 2.09 | - |
| YUV | 101.71 | 70.61 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 0 | 0 | 0.79 | 1 | 0.05 | 12.4 | 1 | 0.47 |
| Hex | F2 | 32 | 0 | 0 | 4F | 64 | 5 | C | 64 | 2F |
| Octal | 362 | 62 | 0 | 0 | 117 | 144 | 5 | 14 | 144 | 57 |
| Binary | 11110010 | 110010 | 0 | 0 | 1001111 | 1100100 | 101 | 1100 | 1100100 | 101111 |
Color Harmonies of #F23200
Complementary color
Monochromatic Colors of #F23200
Black with #F23200
Text Example
Text Example
White with #F23200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23200; }
p { color: rgb(242,50,0); }
H1.HeaderClassName
{
color: #F23200;
}
.AnyTagClassName
{
color: #F23200;
}
</style>
background-color css
<style>
a { background-color: #F23200; }
a { background-color: rgb(242,50,0); }
div.DivClassName
{
background-color: #F23200;
}
.BgClassName
{
background-color: #F23200;
}
</style>
border-color css
<style>
span { border-color: #F23200; }
span { border-color: rgb(242,50,0); }
td.TdClassName
{
border-color: #F23200;
}
.TagClassName
{
border-color: #F23200;
}
</style>