Shades of Red #F01102
Tints of Red #F01102
RGB
CMYK
RGB Variations
Color information
#F01102 (or 0xF01102) is known color: Red. HEX triplet: F0, 11 and 02. RGB value is (240,17,2). Sum of RGB (Red+Green+Blue) = 240+17+2=259 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.66% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 240 - color contains mainly: red. Hex color #F01102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01102 is #0FEEFD. Grayscale: #525252. Windows color (decimal): -1044222 or 135664. OLE color: 135664.
HSL color Cylindrical-coordinate representation of color #F01102: hue angle of 3.78º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F01102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.06 |
| HSL | 3.78º | 0.98% | 0.47% | - |
| HSV(B) | 3.78º | 0.99% | 0.94% | - |
| XYZ | 36.15 | 18.93 | 1.81 | - |
| YUV | 81.97 | 82.88 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 2 | 0 | 0.93 | 0.99 | 0.06 | 3.78 | 0.98 | 0.47 |
| Hex | F0 | 11 | 2 | 0 | 5D | 63 | 6 | 4 | 62 | 2F |
| Octal | 360 | 21 | 2 | 0 | 135 | 143 | 6 | 4 | 142 | 57 |
| Binary | 11110000 | 10001 | 10 | 0 | 1011101 | 1100011 | 110 | 100 | 1100010 | 101111 |
Color Harmonies of #F01102
Complementary color
Monochromatic Colors of #F01102
Black with #F01102
Text Example
Text Example
White with #F01102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01102; }
p { color: rgb(240,17,2); }
H1.HeaderClassName
{
color: #F01102;
}
.AnyTagClassName
{
color: #F01102;
}
</style>
background-color css
<style>
a { background-color: #F01102; }
a { background-color: rgb(240,17,2); }
div.DivClassName
{
background-color: #F01102;
}
.BgClassName
{
background-color: #F01102;
}
</style>
border-color css
<style>
span { border-color: #F01102; }
span { border-color: rgb(240,17,2); }
td.TdClassName
{
border-color: #F01102;
}
.TagClassName
{
border-color: #F01102;
}
</style>