Shades of Scarlet #F23402
Tints of Scarlet #F23402
RGB
CMYK
RGB Variations
Color information
#F23402 (or 0xF23402) is known color: Scarlet. HEX triplet: F2, 34 and 02. RGB value is (242,52,2). Sum of RGB (Red+Green+Blue) = 242+52+2=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F23402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23402 is #0DCBFD. Grayscale: #676767. Windows color (decimal): -904190 or 144626. OLE color: 144626.
HSL color Cylindrical-coordinate representation of color #F23402: hue angle of 12.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F23402 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.05 |
| HSL | 12.5º | 0.98% | 0.48% | - |
| HSV(B) | 12.5º | 0.99% | 0.95% | - |
| XYZ | 37.86 | 21.34 | 2.18 | - |
| YUV | 103.11 | 70.95 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 2 | 0 | 0.79 | 0.99 | 0.05 | 12.5 | 0.98 | 0.48 |
| Hex | F2 | 34 | 2 | 0 | 4F | 63 | 5 | C | 62 | 30 |
| Octal | 362 | 64 | 2 | 0 | 117 | 143 | 5 | 14 | 142 | 60 |
| Binary | 11110010 | 110100 | 10 | 0 | 1001111 | 1100011 | 101 | 1100 | 1100010 | 110000 |
Color Harmonies of #F23402
Complementary color
Monochromatic Colors of #F23402
Black with #F23402
Text Example
Text Example
White with #F23402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23402; }
p { color: rgb(242,52,2); }
H1.HeaderClassName
{
color: #F23402;
}
.AnyTagClassName
{
color: #F23402;
}
</style>
background-color css
<style>
a { background-color: #F23402; }
a { background-color: rgb(242,52,2); }
div.DivClassName
{
background-color: #F23402;
}
.BgClassName
{
background-color: #F23402;
}
</style>
border-color css
<style>
span { border-color: #F23402; }
span { border-color: rgb(242,52,2); }
td.TdClassName
{
border-color: #F23402;
}
.TagClassName
{
border-color: #F23402;
}
</style>