Shades of Crimson #F0124A
Tints of Crimson #F0124A
RGB
CMYK
RGB Variations
Color information
#F0124A (or 0xF0124A) is known color: Crimson. HEX triplet: F0, 12 and 4A. RGB value is (240,18,74). Sum of RGB (Red+Green+Blue) = 240+18+74=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F0124A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0124A is #0FEDB5. Grayscale: #5A5A5A. Windows color (decimal): -1043894 or 4854512. OLE color: 4854512.
HSL color Cylindrical-coordinate representation of color #F0124A: hue angle of 344.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0124A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 74 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.06 |
| HSL | 344.86º | 0.88% | 0.51% | - |
| HSV(B) | 344.86º | 0.93% | 0.94% | - |
| XYZ | 37.39 | 19.45 | 8.26 | - |
| YUV | 90.76 | 118.55 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 74 | 0 | 0.92 | 0.69 | 0.06 | 344.86 | 0.88 | 0.51 |
| Hex | F0 | 12 | 4A | 0 | 5C | 45 | 6 | 159 | 58 | 33 |
| Octal | 360 | 22 | 112 | 0 | 134 | 105 | 6 | 531 | 130 | 63 |
| Binary | 11110000 | 10010 | 1001010 | 0 | 1011100 | 1000101 | 110 | 101011001 | 1011000 | 110011 |
Color Harmonies of #F0124A
Complementary color
Monochromatic Colors of #F0124A
Black with #F0124A
Text Example
Text Example
White with #F0124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0124A; }
p { color: rgb(240,18,74); }
H1.HeaderClassName
{
color: #F0124A;
}
.AnyTagClassName
{
color: #F0124A;
}
</style>
background-color css
<style>
a { background-color: #F0124A; }
a { background-color: rgb(240,18,74); }
div.DivClassName
{
background-color: #F0124A;
}
.BgClassName
{
background-color: #F0124A;
}
</style>
border-color css
<style>
span { border-color: #F0124A; }
span { border-color: rgb(240,18,74); }
td.TdClassName
{
border-color: #F0124A;
}
.TagClassName
{
border-color: #F0124A;
}
</style>