Shades of Red #F10100
Tints of Red #F10100
RGB
CMYK
RGB Variations
Color information
#F10100 (or 0xF10100) is known color: Red. HEX triplet: F1, 01 and 00. RGB value is (241,1,0). Sum of RGB (Red+Green+Blue) = 241+1+0=242 (32% of max value = 765). Red value is 241 (94.53% from 255 or 99.59% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 241 - color contains mainly: red. Hex color #F10100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10100 is #0EFEFF. Grayscale: #484848. Windows color (decimal): -982784 or 497. OLE color: 497.
HSL color Cylindrical-coordinate representation of color #F10100: hue angle of 0.25º 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 #F10100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.05 |
| HSL | 0.25º | 1% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.95% | - |
| XYZ | 36.29 | 18.72 | 1.7 | - |
| YUV | 72.65 | 87.01 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 0 | 0 | 1.00 | 1 | 0.05 | 0.25 | 1 | 0.47 |
| Hex | F1 | 1 | 0 | 0 | 64 | 64 | 5 | 0 | 64 | 2F |
| Octal | 361 | 1 | 0 | 0 | 144 | 144 | 5 | 0 | 144 | 57 |
| Binary | 11110001 | 1 | 0 | 0 | 1100100 | 1100100 | 101 | 0 | 1100100 | 101111 |
Color Harmonies of #F10100
Complementary color
Monochromatic Colors of #F10100
Black with #F10100
Text Example
Text Example
White with #F10100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10100; }
p { color: rgb(241,1,0); }
H1.HeaderClassName
{
color: #F10100;
}
.AnyTagClassName
{
color: #F10100;
}
</style>
background-color css
<style>
a { background-color: #F10100; }
a { background-color: rgb(241,1,0); }
div.DivClassName
{
background-color: #F10100;
}
.BgClassName
{
background-color: #F10100;
}
</style>
border-color css
<style>
span { border-color: #F10100; }
span { border-color: rgb(241,1,0); }
td.TdClassName
{
border-color: #F10100;
}
.TagClassName
{
border-color: #F10100;
}
</style>