Shades of Ruby #F21368
Tints of Ruby #F21368
RGB
CMYK
RGB Variations
Color information
#F21368 (or 0xF21368) is known color: Ruby. HEX triplet: F2, 13 and 68. RGB value is (242,19,104). Sum of RGB (Red+Green+Blue) = 242+19+104=365 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.30% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 242 - color contains mainly: red. Hex color #F21368 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21368 is #0DEC97. Grayscale: #5F5F5F. Windows color (decimal): -912536 or 6820850. OLE color: 6820850.
HSL color Cylindrical-coordinate representation of color #F21368: hue angle of 337.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21368 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 104 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.05 |
| HSL | 337.13º | 0.9% | 0.51% | - |
| HSV(B) | 337.13º | 0.92% | 0.95% | - |
| XYZ | 39.35 | 20.34 | 14.95 | - |
| YUV | 95.37 | 132.88 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 104 | 0 | 0.92 | 0.57 | 0.05 | 337.13 | 0.9 | 0.51 |
| Hex | F2 | 13 | 68 | 0 | 5C | 39 | 5 | 151 | 5A | 33 |
| Octal | 362 | 23 | 150 | 0 | 134 | 71 | 5 | 521 | 132 | 63 |
| Binary | 11110010 | 10011 | 1101000 | 0 | 1011100 | 111001 | 101 | 101010001 | 1011010 | 110011 |
Color Harmonies of #F21368
Complementary color
Monochromatic Colors of #F21368
Black with #F21368
Text Example
Text Example
White with #F21368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21368; }
p { color: rgb(242,19,104); }
H1.HeaderClassName
{
color: #F21368;
}
.AnyTagClassName
{
color: #F21368;
}
</style>
background-color css
<style>
a { background-color: #F21368; }
a { background-color: rgb(242,19,104); }
div.DivClassName
{
background-color: #F21368;
}
.BgClassName
{
background-color: #F21368;
}
</style>
border-color css
<style>
span { border-color: #F21368; }
span { border-color: rgb(242,19,104); }
td.TdClassName
{
border-color: #F21368;
}
.TagClassName
{
border-color: #F21368;
}
</style>