Shades of Ruby #F21B5B
Tints of Ruby #F21B5B
RGB
CMYK
RGB Variations
Color information
#F21B5B (or 0xF21B5B) is known color: Ruby. HEX triplet: F2, 1B and 5B. RGB value is (242,27,91). Sum of RGB (Red+Green+Blue) = 242+27+91=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B5B is #0DE4A4. Grayscale: #626262. Windows color (decimal): -910501 or 5970930. OLE color: 5970930.
HSL color Cylindrical-coordinate representation of color #F21B5B: hue angle of 342.14º 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 #F21B5B is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 91 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.05 |
| HSL | 342.14º | 0.89% | 0.53% | - |
| HSV(B) | 342.14º | 0.89% | 0.95% | - |
| XYZ | 38.9 | 20.42 | 11.79 | - |
| YUV | 98.58 | 123.73 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 91 | 0 | 0.89 | 0.62 | 0.05 | 342.14 | 0.89 | 0.53 |
| Hex | F2 | 1B | 5B | 0 | 59 | 3E | 5 | 156 | 59 | 35 |
| Octal | 362 | 33 | 133 | 0 | 131 | 76 | 5 | 526 | 131 | 65 |
| Binary | 11110010 | 11011 | 1011011 | 0 | 1011001 | 111110 | 101 | 101010110 | 1011001 | 110101 |
Color Harmonies of #F21B5B
Complementary color
Monochromatic Colors of #F21B5B
Black with #F21B5B
Text Example
Text Example
White with #F21B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B5B; }
p { color: rgb(242,27,91); }
H1.HeaderClassName
{
color: #F21B5B;
}
.AnyTagClassName
{
color: #F21B5B;
}
</style>
background-color css
<style>
a { background-color: #F21B5B; }
a { background-color: rgb(242,27,91); }
div.DivClassName
{
background-color: #F21B5B;
}
.BgClassName
{
background-color: #F21B5B;
}
</style>
border-color css
<style>
span { border-color: #F21B5B; }
span { border-color: rgb(242,27,91); }
td.TdClassName
{
border-color: #F21B5B;
}
.TagClassName
{
border-color: #F21B5B;
}
</style>