Shades of Ruby #F21075
Tints of Ruby #F21075
RGB
CMYK
RGB Variations
Color information
#F21075 (or 0xF21075) is known color: Ruby. HEX triplet: F2, 10 and 75. RGB value is (242,16,117). Sum of RGB (Red+Green+Blue) = 242+16+117=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F21075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F21075 is #0DEF8A. Grayscale: #5E5E5E. Windows color (decimal): -913291 or 7672050. OLE color: 7672050.
HSL color Cylindrical-coordinate representation of color #F21075: hue angle of 333.19º 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 #F21075 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 117 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.05 |
| HSL | 333.19º | 0.9% | 0.51% | - |
| HSV(B) | 333.19º | 0.93% | 0.95% | - |
| XYZ | 40.01 | 20.53 | 18.68 | - |
| YUV | 95.09 | 140.37 | 232.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 117 | 0 | 0.93 | 0.52 | 0.05 | 333.19 | 0.9 | 0.51 |
| Hex | F2 | 10 | 75 | 0 | 5D | 34 | 5 | 14D | 5A | 33 |
| Octal | 362 | 20 | 165 | 0 | 135 | 64 | 5 | 515 | 132 | 63 |
| Binary | 11110010 | 10000 | 1110101 | 0 | 1011101 | 110100 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F21075
Complementary color
Monochromatic Colors of #F21075
Black with #F21075
Text Example
Text Example
White with #F21075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21075; }
p { color: rgb(242,16,117); }
H1.HeaderClassName
{
color: #F21075;
}
.AnyTagClassName
{
color: #F21075;
}
</style>
background-color css
<style>
a { background-color: #F21075; }
a { background-color: rgb(242,16,117); }
div.DivClassName
{
background-color: #F21075;
}
.BgClassName
{
background-color: #F21075;
}
</style>
border-color css
<style>
span { border-color: #F21075; }
span { border-color: rgb(242,16,117); }
td.TdClassName
{
border-color: #F21075;
}
.TagClassName
{
border-color: #F21075;
}
</style>