Shades of Ruby #F21B6A
Tints of Ruby #F21B6A
RGB
CMYK
RGB Variations
Color information
#F21B6A (or 0xF21B6A) is known color: Ruby. HEX triplet: F2, 1B and 6A. RGB value is (242,27,106). Sum of RGB (Red+Green+Blue) = 242+27+106=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B6A is #0DE495. Grayscale: #646464. Windows color (decimal): -910486 or 6953970. OLE color: 6953970.
HSL color Cylindrical-coordinate representation of color #F21B6A: hue angle of 337.95º 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 #F21B6A is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 106 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.05 |
| HSL | 337.95º | 0.89% | 0.53% | - |
| HSV(B) | 337.95º | 0.89% | 0.95% | - |
| XYZ | 39.61 | 20.7 | 15.54 | - |
| YUV | 100.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 106 | 0 | 0.89 | 0.56 | 0.05 | 337.95 | 0.89 | 0.53 |
| Hex | F2 | 1B | 6A | 0 | 59 | 38 | 5 | 152 | 59 | 35 |
| Octal | 362 | 33 | 152 | 0 | 131 | 70 | 5 | 522 | 131 | 65 |
| Binary | 11110010 | 11011 | 1101010 | 0 | 1011001 | 111000 | 101 | 101010010 | 1011001 | 110101 |
Color Harmonies of #F21B6A
Complementary color
Monochromatic Colors of #F21B6A
Black with #F21B6A
Text Example
Text Example
White with #F21B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B6A; }
p { color: rgb(242,27,106); }
H1.HeaderClassName
{
color: #F21B6A;
}
.AnyTagClassName
{
color: #F21B6A;
}
</style>
background-color css
<style>
a { background-color: #F21B6A; }
a { background-color: rgb(242,27,106); }
div.DivClassName
{
background-color: #F21B6A;
}
.BgClassName
{
background-color: #F21B6A;
}
</style>
border-color css
<style>
span { border-color: #F21B6A; }
span { border-color: rgb(242,27,106); }
td.TdClassName
{
border-color: #F21B6A;
}
.TagClassName
{
border-color: #F21B6A;
}
</style>