Shades of Ruby #F01269
Tints of Ruby #F01269
RGB
CMYK
RGB Variations
Color information
#F01269 (or 0xF01269) is known color: Ruby. HEX triplet: F0, 12 and 69. RGB value is (240,18,105). Sum of RGB (Red+Green+Blue) = 240+18+105=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F01269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01269 is #0FED96. Grayscale: #5E5E5E. Windows color (decimal): -1043863 or 6886128. OLE color: 6886128.
HSL color Cylindrical-coordinate representation of color #F01269: hue angle of 336.49º 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 #F01269 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 105 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.06 |
| HSL | 336.49º | 0.88% | 0.51% | - |
| HSV(B) | 336.49º | 0.93% | 0.94% | - |
| XYZ | 38.7 | 19.98 | 15.18 | - |
| YUV | 94.3 | 134.05 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 105 | 0 | 0.92 | 0.56 | 0.06 | 336.49 | 0.88 | 0.51 |
| Hex | F0 | 12 | 69 | 0 | 5C | 38 | 6 | 150 | 58 | 33 |
| Octal | 360 | 22 | 151 | 0 | 134 | 70 | 6 | 520 | 130 | 63 |
| Binary | 11110000 | 10010 | 1101001 | 0 | 1011100 | 111000 | 110 | 101010000 | 1011000 | 110011 |
Color Harmonies of #F01269
Complementary color
Monochromatic Colors of #F01269
Black with #F01269
Text Example
Text Example
White with #F01269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01269; }
p { color: rgb(240,18,105); }
H1.HeaderClassName
{
color: #F01269;
}
.AnyTagClassName
{
color: #F01269;
}
</style>
background-color css
<style>
a { background-color: #F01269; }
a { background-color: rgb(240,18,105); }
div.DivClassName
{
background-color: #F01269;
}
.BgClassName
{
background-color: #F01269;
}
</style>
border-color css
<style>
span { border-color: #F01269; }
span { border-color: rgb(240,18,105); }
td.TdClassName
{
border-color: #F01269;
}
.TagClassName
{
border-color: #F01269;
}
</style>