Shades of Ruby #F91871
Tints of Ruby #F91871
RGB
CMYK
RGB Variations
Color information
#F91871 (or 0xF91871) is known color: Ruby. HEX triplet: F9, 18 and 71. RGB value is (249,24,113). Sum of RGB (Red+Green+Blue) = 249+24+113=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F91871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91871 is #06E78E. Grayscale: #656565. Windows color (decimal): -452495 or 7411961. OLE color: 7411961.
HSL color Cylindrical-coordinate representation of color #F91871: hue angle of 336.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91871 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 113 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.02 |
| HSL | 336.27º | 0.95% | 0.54% | - |
| HSV(B) | 336.27º | 0.9% | 0.98% | - |
| XYZ | 42.37 | 21.99 | 17.63 | - |
| YUV | 101.42 | 134.54 | 233.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 113 | 0 | 0.90 | 0.55 | 0.02 | 336.27 | 0.95 | 0.54 |
| Hex | F9 | 18 | 71 | 0 | 5A | 37 | 2 | 150 | 5F | 36 |
| Octal | 371 | 30 | 161 | 0 | 132 | 67 | 2 | 520 | 137 | 66 |
| Binary | 11111001 | 11000 | 1110001 | 0 | 1011010 | 110111 | 10 | 101010000 | 1011111 | 110110 |
Color Harmonies of #F91871
Complementary color
Monochromatic Colors of #F91871
Black with #F91871
Text Example
Text Example
White with #F91871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91871; }
p { color: rgb(249,24,113); }
H1.HeaderClassName
{
color: #F91871;
}
.AnyTagClassName
{
color: #F91871;
}
</style>
background-color css
<style>
a { background-color: #F91871; }
a { background-color: rgb(249,24,113); }
div.DivClassName
{
background-color: #F91871;
}
.BgClassName
{
background-color: #F91871;
}
</style>
border-color css
<style>
span { border-color: #F91871; }
span { border-color: rgb(249,24,113); }
td.TdClassName
{
border-color: #F91871;
}
.TagClassName
{
border-color: #F91871;
}
</style>