Shades of Ruby #F21A6D
Tints of Ruby #F21A6D
RGB
CMYK
RGB Variations
Color information
#F21A6D (or 0xF21A6D) is known color: Ruby. HEX triplet: F2, 1A and 6D. RGB value is (242,26,109). Sum of RGB (Red+Green+Blue) = 242+26+109=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21A6D is #0DE592. Grayscale: #636363. Windows color (decimal): -910739 or 7150322. OLE color: 7150322.
HSL color Cylindrical-coordinate representation of color #F21A6D: hue angle of 336.94º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21A6D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 109 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.05 |
| HSL | 336.94º | 0.89% | 0.53% | - |
| HSV(B) | 336.94º | 0.89% | 0.95% | - |
| XYZ | 39.75 | 20.72 | 16.37 | - |
| YUV | 100.05 | 133.06 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 109 | 0 | 0.89 | 0.55 | 0.05 | 336.94 | 0.89 | 0.53 |
| Hex | F2 | 1A | 6D | 0 | 59 | 37 | 5 | 151 | 59 | 35 |
| Octal | 362 | 32 | 155 | 0 | 131 | 67 | 5 | 521 | 131 | 65 |
| Binary | 11110010 | 11010 | 1101101 | 0 | 1011001 | 110111 | 101 | 101010001 | 1011001 | 110101 |
Color Harmonies of #F21A6D
Complementary color
Monochromatic Colors of #F21A6D
Black with #F21A6D
Text Example
Text Example
White with #F21A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A6D; }
p { color: rgb(242,26,109); }
H1.HeaderClassName
{
color: #F21A6D;
}
.AnyTagClassName
{
color: #F21A6D;
}
</style>
background-color css
<style>
a { background-color: #F21A6D; }
a { background-color: rgb(242,26,109); }
div.DivClassName
{
background-color: #F21A6D;
}
.BgClassName
{
background-color: #F21A6D;
}
</style>
border-color css
<style>
span { border-color: #F21A6D; }
span { border-color: rgb(242,26,109); }
td.TdClassName
{
border-color: #F21A6D;
}
.TagClassName
{
border-color: #F21A6D;
}
</style>