Shades of Ruby #F21B5D
Tints of Ruby #F21B5D
RGB
CMYK
RGB Variations
Color information
#F21B5D (or 0xF21B5D) is known color: Ruby. HEX triplet: F2, 1B and 5D. RGB value is (242,27,93). Sum of RGB (Red+Green+Blue) = 242+27+93=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F21B5D is #0DE4A2. Grayscale: #626262. Windows color (decimal): -910499 or 6102002. OLE color: 6102002.
HSL color Cylindrical-coordinate representation of color #F21B5D: hue angle of 341.58º 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 #F21B5D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 93 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.05 |
| HSL | 341.58º | 0.89% | 0.53% | - |
| HSV(B) | 341.58º | 0.89% | 0.95% | - |
| XYZ | 38.99 | 20.45 | 12.25 | - |
| YUV | 98.81 | 124.73 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 93 | 0 | 0.89 | 0.62 | 0.05 | 341.58 | 0.89 | 0.53 |
| Hex | F2 | 1B | 5D | 0 | 59 | 3E | 5 | 156 | 59 | 35 |
| Octal | 362 | 33 | 135 | 0 | 131 | 76 | 5 | 526 | 131 | 65 |
| Binary | 11110010 | 11011 | 1011101 | 0 | 1011001 | 111110 | 101 | 101010110 | 1011001 | 110101 |
Color Harmonies of #F21B5D
Complementary color
Monochromatic Colors of #F21B5D
Black with #F21B5D
Text Example
Text Example
White with #F21B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B5D; }
p { color: rgb(242,27,93); }
H1.HeaderClassName
{
color: #F21B5D;
}
.AnyTagClassName
{
color: #F21B5D;
}
</style>
background-color css
<style>
a { background-color: #F21B5D; }
a { background-color: rgb(242,27,93); }
div.DivClassName
{
background-color: #F21B5D;
}
.BgClassName
{
background-color: #F21B5D;
}
</style>
border-color css
<style>
span { border-color: #F21B5D; }
span { border-color: rgb(242,27,93); }
td.TdClassName
{
border-color: #F21B5D;
}
.TagClassName
{
border-color: #F21B5D;
}
</style>