Shades of Ruby #F01568
Tints of Ruby #F01568
RGB
CMYK
RGB Variations
Color information
#F01568 (or 0xF01568) is known color: Ruby. HEX triplet: F0, 15 and 68. RGB value is (240,21,104). Sum of RGB (Red+Green+Blue) = 240+21+104=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F01568 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01568 is #0FEA97. Grayscale: #5F5F5F. Windows color (decimal): -1043096 or 6821360. OLE color: 6821360.
HSL color Cylindrical-coordinate representation of color #F01568: hue angle of 337.26º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01568 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 104 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.06 |
| HSL | 337.26º | 0.88% | 0.51% | - |
| HSV(B) | 337.26º | 0.91% | 0.94% | - |
| XYZ | 38.7 | 20.06 | 14.93 | - |
| YUV | 95.94 | 132.55 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 104 | 0 | 0.91 | 0.57 | 0.06 | 337.26 | 0.88 | 0.51 |
| Hex | F0 | 15 | 68 | 0 | 5B | 39 | 6 | 151 | 58 | 33 |
| Octal | 360 | 25 | 150 | 0 | 133 | 71 | 6 | 521 | 130 | 63 |
| Binary | 11110000 | 10101 | 1101000 | 0 | 1011011 | 111001 | 110 | 101010001 | 1011000 | 110011 |
Color Harmonies of #F01568
Complementary color
Monochromatic Colors of #F01568
Black with #F01568
Text Example
Text Example
White with #F01568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01568; }
p { color: rgb(240,21,104); }
H1.HeaderClassName
{
color: #F01568;
}
.AnyTagClassName
{
color: #F01568;
}
</style>
background-color css
<style>
a { background-color: #F01568; }
a { background-color: rgb(240,21,104); }
div.DivClassName
{
background-color: #F01568;
}
.BgClassName
{
background-color: #F01568;
}
</style>
border-color css
<style>
span { border-color: #F01568; }
span { border-color: rgb(240,21,104); }
td.TdClassName
{
border-color: #F01568;
}
.TagClassName
{
border-color: #F01568;
}
</style>