Shades of Ruby #F01461
Tints of Ruby #F01461
RGB
CMYK
RGB Variations
Color information
#F01461 (or 0xF01461) is known color: Ruby. HEX triplet: F0, 14 and 61. RGB value is (240,20,97). Sum of RGB (Red+Green+Blue) = 240+20+97=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F01461 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01461 is #0FEB9E. Grayscale: #5E5E5E. Windows color (decimal): -1043359 or 6362352. OLE color: 6362352.
HSL color Cylindrical-coordinate representation of color #F01461: hue angle of 339º 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 #F01461 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 97 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.06 |
| HSL | 339º | 0.88% | 0.51% | - |
| HSV(B) | 339º | 0.92% | 0.94% | - |
| XYZ | 38.34 | 19.89 | 13.13 | - |
| YUV | 94.56 | 129.39 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 97 | 0 | 0.92 | 0.60 | 0.06 | 339 | 0.88 | 0.51 |
| Hex | F0 | 14 | 61 | 0 | 5C | 3C | 6 | 153 | 58 | 33 |
| Octal | 360 | 24 | 141 | 0 | 134 | 74 | 6 | 523 | 130 | 63 |
| Binary | 11110000 | 10100 | 1100001 | 0 | 1011100 | 111100 | 110 | 101010011 | 1011000 | 110011 |
Color Harmonies of #F01461
Complementary color
Monochromatic Colors of #F01461
Black with #F01461
Text Example
Text Example
White with #F01461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01461; }
p { color: rgb(240,20,97); }
H1.HeaderClassName
{
color: #F01461;
}
.AnyTagClassName
{
color: #F01461;
}
</style>
background-color css
<style>
a { background-color: #F01461; }
a { background-color: rgb(240,20,97); }
div.DivClassName
{
background-color: #F01461;
}
.BgClassName
{
background-color: #F01461;
}
</style>
border-color css
<style>
span { border-color: #F01461; }
span { border-color: rgb(240,20,97); }
td.TdClassName
{
border-color: #F01461;
}
.TagClassName
{
border-color: #F01461;
}
</style>