Shades of Ruby #F21675
Tints of Ruby #F21675
RGB
CMYK
RGB Variations
Color information
#F21675 (or 0xF21675) is known color: Ruby. HEX triplet: F2, 16 and 75. RGB value is (242,22,117). Sum of RGB (Red+Green+Blue) = 242+22+117=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F21675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21675 is #0DE98A. Grayscale: #626262. Windows color (decimal): -911755 or 7673586. OLE color: 7673586.
HSL color Cylindrical-coordinate representation of color #F21675: hue angle of 334.09º 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 #F21675 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 117 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.05 |
| HSL | 334.09º | 0.89% | 0.52% | - |
| HSV(B) | 334.09º | 0.91% | 0.95% | - |
| XYZ | 40.12 | 20.74 | 18.72 | - |
| YUV | 98.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 117 | 0 | 0.91 | 0.52 | 0.05 | 334.09 | 0.89 | 0.52 |
| Hex | F2 | 16 | 75 | 0 | 5B | 34 | 5 | 14E | 59 | 34 |
| Octal | 362 | 26 | 165 | 0 | 133 | 64 | 5 | 516 | 131 | 64 |
| Binary | 11110010 | 10110 | 1110101 | 0 | 1011011 | 110100 | 101 | 101001110 | 1011001 | 110100 |
Color Harmonies of #F21675
Complementary color
Monochromatic Colors of #F21675
Black with #F21675
Text Example
Text Example
White with #F21675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21675; }
p { color: rgb(242,22,117); }
H1.HeaderClassName
{
color: #F21675;
}
.AnyTagClassName
{
color: #F21675;
}
</style>
background-color css
<style>
a { background-color: #F21675; }
a { background-color: rgb(242,22,117); }
div.DivClassName
{
background-color: #F21675;
}
.BgClassName
{
background-color: #F21675;
}
</style>
border-color css
<style>
span { border-color: #F21675; }
span { border-color: rgb(242,22,117); }
td.TdClassName
{
border-color: #F21675;
}
.TagClassName
{
border-color: #F21675;
}
</style>