Shades of Ruby #F21273
Tints of Ruby #F21273
RGB
CMYK
RGB Variations
Color information
#F21273 (or 0xF21273) is known color: Ruby. HEX triplet: F2, 12 and 73. RGB value is (242,18,115). Sum of RGB (Red+Green+Blue) = 242+18+115=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F21273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21273 is #0DED8C. Grayscale: #5F5F5F. Windows color (decimal): -912781 or 7541490. OLE color: 7541490.
HSL color Cylindrical-coordinate representation of color #F21273: hue angle of 334.02º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21273 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 115 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 334.02º | 0.9% | 0.51% | - |
| HSV(B) | 334.02º | 0.93% | 0.95% | - |
| XYZ | 39.93 | 20.55 | 18.08 | - |
| YUV | 96.03 | 138.71 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 115 | 0 | 0.93 | 0.52 | 0.05 | 334.02 | 0.9 | 0.51 |
| Hex | F2 | 12 | 73 | 0 | 5D | 34 | 5 | 14E | 5A | 33 |
| Octal | 362 | 22 | 163 | 0 | 135 | 64 | 5 | 516 | 132 | 63 |
| Binary | 11110010 | 10010 | 1110011 | 0 | 1011101 | 110100 | 101 | 101001110 | 1011010 | 110011 |
Color Harmonies of #F21273
Complementary color
Monochromatic Colors of #F21273
Black with #F21273
Text Example
Text Example
White with #F21273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21273; }
p { color: rgb(242,18,115); }
H1.HeaderClassName
{
color: #F21273;
}
.AnyTagClassName
{
color: #F21273;
}
</style>
background-color css
<style>
a { background-color: #F21273; }
a { background-color: rgb(242,18,115); }
div.DivClassName
{
background-color: #F21273;
}
.BgClassName
{
background-color: #F21273;
}
</style>
border-color css
<style>
span { border-color: #F21273; }
span { border-color: rgb(242,18,115); }
td.TdClassName
{
border-color: #F21273;
}
.TagClassName
{
border-color: #F21273;
}
</style>