Shades of Ruby #F01472
Tints of Ruby #F01472
RGB
CMYK
RGB Variations
Color information
#F01472 (or 0xF01472) is known color: Ruby. HEX triplet: F0, 14 and 72. RGB value is (240,20,114). Sum of RGB (Red+Green+Blue) = 240+20+114=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F01472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01472 is #0FEB8D. Grayscale: #606060. Windows color (decimal): -1043342 or 7476464. OLE color: 7476464.
HSL color Cylindrical-coordinate representation of color #F01472: hue angle of 334.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 #F01472 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 114 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.06 |
| HSL | 334.36º | 0.88% | 0.51% | - |
| HSV(B) | 334.36º | 0.92% | 0.94% | - |
| XYZ | 39.22 | 20.24 | 17.76 | - |
| YUV | 96.5 | 137.89 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 114 | 0 | 0.92 | 0.52 | 0.06 | 334.36 | 0.88 | 0.51 |
| Hex | F0 | 14 | 72 | 0 | 5C | 34 | 6 | 14E | 58 | 33 |
| Octal | 360 | 24 | 162 | 0 | 134 | 64 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10100 | 1110010 | 0 | 1011100 | 110100 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01472
Complementary color
Monochromatic Colors of #F01472
Black with #F01472
Text Example
Text Example
White with #F01472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01472; }
p { color: rgb(240,20,114); }
H1.HeaderClassName
{
color: #F01472;
}
.AnyTagClassName
{
color: #F01472;
}
</style>
background-color css
<style>
a { background-color: #F01472; }
a { background-color: rgb(240,20,114); }
div.DivClassName
{
background-color: #F01472;
}
.BgClassName
{
background-color: #F01472;
}
</style>
border-color css
<style>
span { border-color: #F01472; }
span { border-color: rgb(240,20,114); }
td.TdClassName
{
border-color: #F01472;
}
.TagClassName
{
border-color: #F01472;
}
</style>