Shades of Ruby #F21D6B
Tints of Ruby #F21D6B
RGB
CMYK
RGB Variations
Color information
#F21D6B (or 0xF21D6B) is known color: Ruby. HEX triplet: F2, 1D and 6B. RGB value is (242,29,107). Sum of RGB (Red+Green+Blue) = 242+29+107=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F21D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21D6B is #0DE294. Grayscale: #656565. Windows color (decimal): -909973 or 7020018. OLE color: 7020018.
HSL color Cylindrical-coordinate representation of color #F21D6B: hue angle of 338.03º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21D6B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 29 | 107 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.05 |
| HSL | 338.03º | 0.89% | 0.53% | - |
| HSV(B) | 338.03º | 0.88% | 0.95% | - |
| XYZ | 39.71 | 20.82 | 15.84 | - |
| YUV | 101.58 | 131.07 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 29 | 107 | 0 | 0.88 | 0.56 | 0.05 | 338.03 | 0.89 | 0.53 |
| Hex | F2 | 1D | 6B | 0 | 58 | 38 | 5 | 152 | 59 | 35 |
| Octal | 362 | 35 | 153 | 0 | 130 | 70 | 5 | 522 | 131 | 65 |
| Binary | 11110010 | 11101 | 1101011 | 0 | 1011000 | 111000 | 101 | 101010010 | 1011001 | 110101 |
Color Harmonies of #F21D6B
Complementary color
Monochromatic Colors of #F21D6B
Black with #F21D6B
Text Example
Text Example
White with #F21D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21D6B; }
p { color: rgb(242,29,107); }
H1.HeaderClassName
{
color: #F21D6B;
}
.AnyTagClassName
{
color: #F21D6B;
}
</style>
background-color css
<style>
a { background-color: #F21D6B; }
a { background-color: rgb(242,29,107); }
div.DivClassName
{
background-color: #F21D6B;
}
.BgClassName
{
background-color: #F21D6B;
}
</style>
border-color css
<style>
span { border-color: #F21D6B; }
span { border-color: rgb(242,29,107); }
td.TdClassName
{
border-color: #F21D6B;
}
.TagClassName
{
border-color: #F21D6B;
}
</style>