Shades of Red #F00601
Tints of Red #F00601
RGB
CMYK
RGB Variations
Color information
#F00601 (or 0xF00601) is known color: Red. HEX triplet: F0, 06 and 01. RGB value is (240,6,1). Sum of RGB (Red+Green+Blue) = 240+6+1=247 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.17% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 240 - color contains mainly: red. Hex color #F00601 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00601 is #0FF9FE. Grayscale: #4B4B4B. Windows color (decimal): -1047039 or 67312. OLE color: 67312.
HSL color Cylindrical-coordinate representation of color #F00601: hue angle of 1.26º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00601 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.06 |
| HSL | 1.26º | 0.99% | 0.47% | - |
| HSV(B) | 1.26º | 1% | 0.94% | - |
| XYZ | 36.01 | 18.66 | 1.73 | - |
| YUV | 75.4 | 86.02 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 1 | 0 | 0.98 | 1.00 | 0.06 | 1.26 | 0.99 | 0.47 |
| Hex | F0 | 6 | 1 | 0 | 62 | 64 | 6 | 1 | 63 | 2F |
| Octal | 360 | 6 | 1 | 0 | 142 | 144 | 6 | 1 | 143 | 57 |
| Binary | 11110000 | 110 | 1 | 0 | 1100010 | 1100100 | 110 | 1 | 1100011 | 101111 |
Color Harmonies of #F00601
Complementary color
Monochromatic Colors of #F00601
Black with #F00601
Text Example
Text Example
White with #F00601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00601; }
p { color: rgb(240,6,1); }
H1.HeaderClassName
{
color: #F00601;
}
.AnyTagClassName
{
color: #F00601;
}
</style>
background-color css
<style>
a { background-color: #F00601; }
a { background-color: rgb(240,6,1); }
div.DivClassName
{
background-color: #F00601;
}
.BgClassName
{
background-color: #F00601;
}
</style>
border-color css
<style>
span { border-color: #F00601; }
span { border-color: rgb(240,6,1); }
td.TdClassName
{
border-color: #F00601;
}
.TagClassName
{
border-color: #F00601;
}
</style>