Shades of Ruby #F21B5C
Tints of Ruby #F21B5C
RGB
CMYK
RGB Variations
Color information
#F21B5C (or 0xF21B5C) is known color: Ruby. HEX triplet: F2, 1B and 5C. RGB value is (242,27,92). Sum of RGB (Red+Green+Blue) = 242+27+92=361 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.04% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B5C is #0DE4A3. Grayscale: #626262. Windows color (decimal): -910500 or 6036466. OLE color: 6036466.
HSL color Cylindrical-coordinate representation of color #F21B5C: hue angle of 341.86º 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 #F21B5C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.05 |
| HSL | 341.86º | 0.89% | 0.53% | - |
| HSV(B) | 341.86º | 0.89% | 0.95% | - |
| XYZ | 38.94 | 20.43 | 12.02 | - |
| YUV | 98.7 | 124.23 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 92 | 0 | 0.89 | 0.62 | 0.05 | 341.86 | 0.89 | 0.53 |
| Hex | F2 | 1B | 5C | 0 | 59 | 3E | 5 | 156 | 59 | 35 |
| Octal | 362 | 33 | 134 | 0 | 131 | 76 | 5 | 526 | 131 | 65 |
| Binary | 11110010 | 11011 | 1011100 | 0 | 1011001 | 111110 | 101 | 101010110 | 1011001 | 110101 |
Color Harmonies of #F21B5C
Complementary color
Monochromatic Colors of #F21B5C
Black with #F21B5C
Text Example
Text Example
White with #F21B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B5C; }
p { color: rgb(242,27,92); }
H1.HeaderClassName
{
color: #F21B5C;
}
.AnyTagClassName
{
color: #F21B5C;
}
</style>
background-color css
<style>
a { background-color: #F21B5C; }
a { background-color: rgb(242,27,92); }
div.DivClassName
{
background-color: #F21B5C;
}
.BgClassName
{
background-color: #F21B5C;
}
</style>
border-color css
<style>
span { border-color: #F21B5C; }
span { border-color: rgb(242,27,92); }
td.TdClassName
{
border-color: #F21B5C;
}
.TagClassName
{
border-color: #F21B5C;
}
</style>