Shades of Ruby #F01467
Tints of Ruby #F01467
RGB
CMYK
RGB Variations
Color information
#F01467 (or 0xF01467) is known color: Ruby. HEX triplet: F0, 14 and 67. RGB value is (240,20,103). Sum of RGB (Red+Green+Blue) = 240+20+103=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01467 is #0FEB98. Grayscale: #5F5F5F. Windows color (decimal): -1043353 or 6755568. OLE color: 6755568.
HSL color Cylindrical-coordinate representation of color #F01467: hue angle of 337.36º 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 #F01467 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 103 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.06 |
| HSL | 337.36º | 0.88% | 0.51% | - |
| HSV(B) | 337.36º | 0.92% | 0.94% | - |
| XYZ | 38.63 | 20 | 14.66 | - |
| YUV | 95.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 103 | 0 | 0.92 | 0.57 | 0.06 | 337.36 | 0.88 | 0.51 |
| Hex | F0 | 14 | 67 | 0 | 5C | 39 | 6 | 151 | 58 | 33 |
| Octal | 360 | 24 | 147 | 0 | 134 | 71 | 6 | 521 | 130 | 63 |
| Binary | 11110000 | 10100 | 1100111 | 0 | 1011100 | 111001 | 110 | 101010001 | 1011000 | 110011 |
Color Harmonies of #F01467
Complementary color
Monochromatic Colors of #F01467
Black with #F01467
Text Example
Text Example
White with #F01467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01467; }
p { color: rgb(240,20,103); }
H1.HeaderClassName
{
color: #F01467;
}
.AnyTagClassName
{
color: #F01467;
}
</style>
background-color css
<style>
a { background-color: #F01467; }
a { background-color: rgb(240,20,103); }
div.DivClassName
{
background-color: #F01467;
}
.BgClassName
{
background-color: #F01467;
}
</style>
border-color css
<style>
span { border-color: #F01467; }
span { border-color: rgb(240,20,103); }
td.TdClassName
{
border-color: #F01467;
}
.TagClassName
{
border-color: #F01467;
}
</style>