Shades of Ruby #F01367
Tints of Ruby #F01367
RGB
CMYK
RGB Variations
Color information
#F01367 (or 0xF01367) is known color: Ruby. HEX triplet: F0, 13 and 67. RGB value is (240,19,103). Sum of RGB (Red+Green+Blue) = 240+19+103=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F01367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01367 is #0FEC98. Grayscale: #5E5E5E. Windows color (decimal): -1043609 or 6755312. OLE color: 6755312.
HSL color Cylindrical-coordinate representation of color #F01367: hue angle of 337.19º 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 #F01367 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 103 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.06 |
| HSL | 337.19º | 0.88% | 0.51% | - |
| HSV(B) | 337.19º | 0.92% | 0.94% | - |
| XYZ | 38.62 | 19.97 | 14.65 | - |
| YUV | 94.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 103 | 0 | 0.92 | 0.57 | 0.06 | 337.19 | 0.88 | 0.51 |
| Hex | F0 | 13 | 67 | 0 | 5C | 39 | 6 | 151 | 58 | 33 |
| Octal | 360 | 23 | 147 | 0 | 134 | 71 | 6 | 521 | 130 | 63 |
| Binary | 11110000 | 10011 | 1100111 | 0 | 1011100 | 111001 | 110 | 101010001 | 1011000 | 110011 |
Color Harmonies of #F01367
Complementary color
Monochromatic Colors of #F01367
Black with #F01367
Text Example
Text Example
White with #F01367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01367; }
p { color: rgb(240,19,103); }
H1.HeaderClassName
{
color: #F01367;
}
.AnyTagClassName
{
color: #F01367;
}
</style>
background-color css
<style>
a { background-color: #F01367; }
a { background-color: rgb(240,19,103); }
div.DivClassName
{
background-color: #F01367;
}
.BgClassName
{
background-color: #F01367;
}
</style>
border-color css
<style>
span { border-color: #F01367; }
span { border-color: rgb(240,19,103); }
td.TdClassName
{
border-color: #F01367;
}
.TagClassName
{
border-color: #F01367;
}
</style>