Shades of Red #F00100
Tints of Red #F00100
RGB
CMYK
RGB Variations
Color information
#F00100 (or 0xF00100) is known color: Red. HEX triplet: F0, 01 and 00. RGB value is (240,1,0). Sum of RGB (Red+Green+Blue) = 240+1+0=241 (31% of max value = 765). Red value is 240 (94.14% from 255 or 99.59% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 240 - color contains mainly: red. Hex color #F00100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00100 is #0FFEFF. Grayscale: #484848. Windows color (decimal): -1048320 or 496. OLE color: 496.
HSL color Cylindrical-coordinate representation of color #F00100: hue angle of 0.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.06 |
| HSL | 0.25º | 1% | 0.47% | - |
| HSV(B) | 0.25º | 1% | 0.94% | - |
| XYZ | 35.95 | 18.55 | 1.69 | - |
| YUV | 72.35 | 87.18 | 247.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 0 | 0 | 1.00 | 1 | 0.06 | 0.25 | 1 | 0.47 |
| Hex | F0 | 1 | 0 | 0 | 64 | 64 | 6 | 0 | 64 | 2F |
| Octal | 360 | 1 | 0 | 0 | 144 | 144 | 6 | 0 | 144 | 57 |
| Binary | 11110000 | 1 | 0 | 0 | 1100100 | 1100100 | 110 | 0 | 1100100 | 101111 |
Color Harmonies of #F00100
Complementary color
Monochromatic Colors of #F00100
Black with #F00100
Text Example
Text Example
White with #F00100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00100; }
p { color: rgb(240,1,0); }
H1.HeaderClassName
{
color: #F00100;
}
.AnyTagClassName
{
color: #F00100;
}
</style>
background-color css
<style>
a { background-color: #F00100; }
a { background-color: rgb(240,1,0); }
div.DivClassName
{
background-color: #F00100;
}
.BgClassName
{
background-color: #F00100;
}
</style>
border-color css
<style>
span { border-color: #F00100; }
span { border-color: rgb(240,1,0); }
td.TdClassName
{
border-color: #F00100;
}
.TagClassName
{
border-color: #F00100;
}
</style>