Shades of Crimson #F0144B
Tints of Crimson #F0144B
RGB
CMYK
RGB Variations
Color information
#F0144B (or 0xF0144B) is known color: Crimson. HEX triplet: F0, 14 and 4B. RGB value is (240,20,75). Sum of RGB (Red+Green+Blue) = 240+20+75=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F0144B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0144B is #0FEBB4. Grayscale: #5C5C5C. Windows color (decimal): -1043381 or 4920560. OLE color: 4920560.
HSL color Cylindrical-coordinate representation of color #F0144B: hue angle of 345º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0144B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 75 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.06 |
| HSL | 345º | 0.88% | 0.51% | - |
| HSV(B) | 345º | 0.92% | 0.94% | - |
| XYZ | 37.46 | 19.53 | 8.45 | - |
| YUV | 92.05 | 118.39 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 75 | 0 | 0.92 | 0.69 | 0.06 | 345 | 0.88 | 0.51 |
| Hex | F0 | 14 | 4B | 0 | 5C | 45 | 6 | 159 | 58 | 33 |
| Octal | 360 | 24 | 113 | 0 | 134 | 105 | 6 | 531 | 130 | 63 |
| Binary | 11110000 | 10100 | 1001011 | 0 | 1011100 | 1000101 | 110 | 101011001 | 1011000 | 110011 |
Color Harmonies of #F0144B
Complementary color
Monochromatic Colors of #F0144B
Black with #F0144B
Text Example
Text Example
White with #F0144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0144B; }
p { color: rgb(240,20,75); }
H1.HeaderClassName
{
color: #F0144B;
}
.AnyTagClassName
{
color: #F0144B;
}
</style>
background-color css
<style>
a { background-color: #F0144B; }
a { background-color: rgb(240,20,75); }
div.DivClassName
{
background-color: #F0144B;
}
.BgClassName
{
background-color: #F0144B;
}
</style>
border-color css
<style>
span { border-color: #F0144B; }
span { border-color: rgb(240,20,75); }
td.TdClassName
{
border-color: #F0144B;
}
.TagClassName
{
border-color: #F0144B;
}
</style>