Shades of Torch Red #FC124B
Tints of Torch Red #FC124B
RGB
CMYK
RGB Variations
Color information
#FC124B (or 0xFC124B) is known color: Torch Red. HEX triplet: FC, 12 and 4B. RGB value is (252,18,75). Sum of RGB (Red+Green+Blue) = 252+18+75=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC124B is #03EDB4. Grayscale: #5E5E5E. Windows color (decimal): -257461 or 4920060. OLE color: 4920060.
HSL color Cylindrical-coordinate representation of color #FC124B: hue angle of 345.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC124B is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 75 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.01 |
| HSL | 345.38º | 0.98% | 0.53% | - |
| HSV(B) | 345.38º | 0.93% | 0.99% | - |
| XYZ | 41.63 | 21.64 | 8.64 | - |
| YUV | 94.46 | 117.02 | 240.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 75 | 0 | 0.93 | 0.70 | 0.01 | 345.38 | 0.98 | 0.53 |
| Hex | FC | 12 | 4B | 0 | 5D | 46 | 1 | 159 | 62 | 35 |
| Octal | 374 | 22 | 113 | 0 | 135 | 106 | 1 | 531 | 142 | 65 |
| Binary | 11111100 | 10010 | 1001011 | 0 | 1011101 | 1000110 | 1 | 101011001 | 1100010 | 110101 |
Color Harmonies of #FC124B
Complementary color
Monochromatic Colors of #FC124B
Black with #FC124B
Text Example
Text Example
White with #FC124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC124B; }
p { color: rgb(252,18,75); }
H1.HeaderClassName
{
color: #FC124B;
}
.AnyTagClassName
{
color: #FC124B;
}
</style>
background-color css
<style>
a { background-color: #FC124B; }
a { background-color: rgb(252,18,75); }
div.DivClassName
{
background-color: #FC124B;
}
.BgClassName
{
background-color: #FC124B;
}
</style>
border-color css
<style>
span { border-color: #FC124B; }
span { border-color: rgb(252,18,75); }
td.TdClassName
{
border-color: #FC124B;
}
.TagClassName
{
border-color: #FC124B;
}
</style>