Shades of Ruby #F01271
Tints of Ruby #F01271
RGB
CMYK
RGB Variations
Color information
#F01271 (or 0xF01271) is known color: Ruby. HEX triplet: F0, 12 and 71. RGB value is (240,18,113). Sum of RGB (Red+Green+Blue) = 240+18+113=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F01271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01271 is #0FED8E. Grayscale: #5F5F5F. Windows color (decimal): -1043855 or 7410416. OLE color: 7410416.
HSL color Cylindrical-coordinate representation of color #F01271: hue angle of 334.32º 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 #F01271 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 113 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.06 |
| HSL | 334.32º | 0.88% | 0.51% | - |
| HSV(B) | 334.32º | 0.93% | 0.94% | - |
| XYZ | 39.13 | 20.15 | 17.45 | - |
| YUV | 95.21 | 138.05 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 113 | 0 | 0.92 | 0.53 | 0.06 | 334.32 | 0.88 | 0.51 |
| Hex | F0 | 12 | 71 | 0 | 5C | 35 | 6 | 14E | 58 | 33 |
| Octal | 360 | 22 | 161 | 0 | 134 | 65 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10010 | 1110001 | 0 | 1011100 | 110101 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01271
Complementary color
Monochromatic Colors of #F01271
Black with #F01271
Text Example
Text Example
White with #F01271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01271; }
p { color: rgb(240,18,113); }
H1.HeaderClassName
{
color: #F01271;
}
.AnyTagClassName
{
color: #F01271;
}
</style>
background-color css
<style>
a { background-color: #F01271; }
a { background-color: rgb(240,18,113); }
div.DivClassName
{
background-color: #F01271;
}
.BgClassName
{
background-color: #F01271;
}
</style>
border-color css
<style>
span { border-color: #F01271; }
span { border-color: rgb(240,18,113); }
td.TdClassName
{
border-color: #F01271;
}
.TagClassName
{
border-color: #F01271;
}
</style>