Shades of Ruby #F91872
Tints of Ruby #F91872
RGB
CMYK
RGB Variations
Color information
#F91872 (or 0xF91872) is known color: Ruby. HEX triplet: F9, 18 and 72. RGB value is (249,24,114). Sum of RGB (Red+Green+Blue) = 249+24+114=387 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.34% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 249 - color contains mainly: red. Hex color #F91872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91872 is #06E78D. Grayscale: #656565. Windows color (decimal): -452494 or 7477497. OLE color: 7477497.
HSL color Cylindrical-coordinate representation of color #F91872: hue angle of 336º 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 #F91872 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 114 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.02 |
| HSL | 336º | 0.95% | 0.54% | - |
| HSV(B) | 336º | 0.9% | 0.98% | - |
| XYZ | 42.43 | 22.01 | 17.93 | - |
| YUV | 101.54 | 135.04 | 233.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 114 | 0 | 0.90 | 0.54 | 0.02 | 336 | 0.95 | 0.54 |
| Hex | F9 | 18 | 72 | 0 | 5A | 36 | 2 | 150 | 5F | 36 |
| Octal | 371 | 30 | 162 | 0 | 132 | 66 | 2 | 520 | 137 | 66 |
| Binary | 11111001 | 11000 | 1110010 | 0 | 1011010 | 110110 | 10 | 101010000 | 1011111 | 110110 |
Color Harmonies of #F91872
Complementary color
Monochromatic Colors of #F91872
Black with #F91872
Text Example
Text Example
White with #F91872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91872; }
p { color: rgb(249,24,114); }
H1.HeaderClassName
{
color: #F91872;
}
.AnyTagClassName
{
color: #F91872;
}
</style>
background-color css
<style>
a { background-color: #F91872; }
a { background-color: rgb(249,24,114); }
div.DivClassName
{
background-color: #F91872;
}
.BgClassName
{
background-color: #F91872;
}
</style>
border-color css
<style>
span { border-color: #F91872; }
span { border-color: rgb(249,24,114); }
td.TdClassName
{
border-color: #F91872;
}
.TagClassName
{
border-color: #F91872;
}
</style>