Shades of Ruby #F40C75
Tints of Ruby #F40C75
RGB
CMYK
RGB Variations
Color information
#F40C75 (or 0xF40C75) is known color: Ruby. HEX triplet: F4, 0C and 75. RGB value is (244,12,117). Sum of RGB (Red+Green+Blue) = 244+12+117=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40C75 is #0BF38A. Grayscale: #5D5D5D. Windows color (decimal): -783243 or 7671028. OLE color: 7671028.
HSL color Cylindrical-coordinate representation of color #F40C75: hue angle of 332.84º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C75 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 117 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.04 |
| HSL | 332.84º | 0.91% | 0.5% | - |
| HSV(B) | 332.84º | 0.95% | 0.96% | - |
| XYZ | 40.65 | 20.78 | 18.7 | - |
| YUV | 93.34 | 141.36 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 117 | 0 | 0.95 | 0.52 | 0.04 | 332.84 | 0.91 | 0.5 |
| Hex | F4 | C | 75 | 0 | 5F | 34 | 4 | 14D | 5B | 32 |
| Octal | 364 | 14 | 165 | 0 | 137 | 64 | 4 | 515 | 133 | 62 |
| Binary | 11110100 | 1100 | 1110101 | 0 | 1011111 | 110100 | 100 | 101001101 | 1011011 | 110010 |
Color Harmonies of #F40C75
Complementary color
Monochromatic Colors of #F40C75
Black with #F40C75
Text Example
Text Example
White with #F40C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C75; }
p { color: rgb(244,12,117); }
H1.HeaderClassName
{
color: #F40C75;
}
.AnyTagClassName
{
color: #F40C75;
}
</style>
background-color css
<style>
a { background-color: #F40C75; }
a { background-color: rgb(244,12,117); }
div.DivClassName
{
background-color: #F40C75;
}
.BgClassName
{
background-color: #F40C75;
}
</style>
border-color css
<style>
span { border-color: #F40C75; }
span { border-color: rgb(244,12,117); }
td.TdClassName
{
border-color: #F40C75;
}
.TagClassName
{
border-color: #F40C75;
}
</style>