Shades of Ruby #F21569
Tints of Ruby #F21569
RGB
CMYK
RGB Variations
Color information
#F21569 (or 0xF21569) is known color: Ruby. HEX triplet: F2, 15 and 69. RGB value is (242,21,105). Sum of RGB (Red+Green+Blue) = 242+21+105=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F21569 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21569 is #0DEA96. Grayscale: #606060. Windows color (decimal): -912023 or 6886898. OLE color: 6886898.
HSL color Cylindrical-coordinate representation of color #F21569: hue angle of 337.19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21569 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 105 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.05 |
| HSL | 337.19º | 0.89% | 0.52% | - |
| HSV(B) | 337.19º | 0.91% | 0.95% | - |
| XYZ | 39.44 | 20.43 | 15.23 | - |
| YUV | 96.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 105 | 0 | 0.91 | 0.57 | 0.05 | 337.19 | 0.89 | 0.52 |
| Hex | F2 | 15 | 69 | 0 | 5B | 39 | 5 | 151 | 59 | 34 |
| Octal | 362 | 25 | 151 | 0 | 133 | 71 | 5 | 521 | 131 | 64 |
| Binary | 11110010 | 10101 | 1101001 | 0 | 1011011 | 111001 | 101 | 101010001 | 1011001 | 110100 |
Color Harmonies of #F21569
Complementary color
Monochromatic Colors of #F21569
Black with #F21569
Text Example
Text Example
White with #F21569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21569; }
p { color: rgb(242,21,105); }
H1.HeaderClassName
{
color: #F21569;
}
.AnyTagClassName
{
color: #F21569;
}
</style>
background-color css
<style>
a { background-color: #F21569; }
a { background-color: rgb(242,21,105); }
div.DivClassName
{
background-color: #F21569;
}
.BgClassName
{
background-color: #F21569;
}
</style>
border-color css
<style>
span { border-color: #F21569; }
span { border-color: rgb(242,21,105); }
td.TdClassName
{
border-color: #F21569;
}
.TagClassName
{
border-color: #F21569;
}
</style>