Shades of Crimson #F01649
Tints of Crimson #F01649
RGB
CMYK
RGB Variations
Color information
#F01649 (or 0xF01649) is known color: Crimson. HEX triplet: F0, 16 and 49. RGB value is (240,22,73). Sum of RGB (Red+Green+Blue) = 240+22+73=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F01649 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01649 is #0FE9B6. Grayscale: #5D5D5D. Windows color (decimal): -1042871 or 4790000. OLE color: 4790000.
HSL color Cylindrical-coordinate representation of color #F01649: hue angle of 345.96º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01649 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 73 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.06 |
| HSL | 345.96º | 0.88% | 0.51% | - |
| HSV(B) | 345.96º | 0.91% | 0.94% | - |
| XYZ | 37.42 | 19.58 | 8.11 | - |
| YUV | 93 | 116.72 | 232.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 73 | 0 | 0.91 | 0.70 | 0.06 | 345.96 | 0.88 | 0.51 |
| Hex | F0 | 16 | 49 | 0 | 5B | 46 | 6 | 15A | 58 | 33 |
| Octal | 360 | 26 | 111 | 0 | 133 | 106 | 6 | 532 | 130 | 63 |
| Binary | 11110000 | 10110 | 1001001 | 0 | 1011011 | 1000110 | 110 | 101011010 | 1011000 | 110011 |
Color Harmonies of #F01649
Complementary color
Monochromatic Colors of #F01649
Black with #F01649
Text Example
Text Example
White with #F01649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01649; }
p { color: rgb(240,22,73); }
H1.HeaderClassName
{
color: #F01649;
}
.AnyTagClassName
{
color: #F01649;
}
</style>
background-color css
<style>
a { background-color: #F01649; }
a { background-color: rgb(240,22,73); }
div.DivClassName
{
background-color: #F01649;
}
.BgClassName
{
background-color: #F01649;
}
</style>
border-color css
<style>
span { border-color: #F01649; }
span { border-color: rgb(240,22,73); }
td.TdClassName
{
border-color: #F01649;
}
.TagClassName
{
border-color: #F01649;
}
</style>