Shades of Ruby #F91D74
Tints of Ruby #F91D74
RGB
CMYK
RGB Variations
Color information
#F91D74 (or 0xF91D74) is known color: Ruby. HEX triplet: F9, 1D and 74. RGB value is (249,29,116). Sum of RGB (Red+Green+Blue) = 249+29+116=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F91D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91D74 is #06E28B. Grayscale: #686868. Windows color (decimal): -451212 or 7609849. OLE color: 7609849.
HSL color Cylindrical-coordinate representation of color #F91D74: hue angle of 336.27º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91D74 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 116 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.02 |
| HSL | 336.27º | 0.95% | 0.55% | - |
| HSV(B) | 336.27º | 0.88% | 0.98% | - |
| XYZ | 42.66 | 22.28 | 18.57 | - |
| YUV | 104.7 | 134.39 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 116 | 0 | 0.88 | 0.53 | 0.02 | 336.27 | 0.95 | 0.55 |
| Hex | F9 | 1D | 74 | 0 | 58 | 35 | 2 | 150 | 5F | 37 |
| Octal | 371 | 35 | 164 | 0 | 130 | 65 | 2 | 520 | 137 | 67 |
| Binary | 11111001 | 11101 | 1110100 | 0 | 1011000 | 110101 | 10 | 101010000 | 1011111 | 110111 |
Color Harmonies of #F91D74
Complementary color
Monochromatic Colors of #F91D74
Black with #F91D74
Text Example
Text Example
White with #F91D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91D74; }
p { color: rgb(249,29,116); }
H1.HeaderClassName
{
color: #F91D74;
}
.AnyTagClassName
{
color: #F91D74;
}
</style>
background-color css
<style>
a { background-color: #F91D74; }
a { background-color: rgb(249,29,116); }
div.DivClassName
{
background-color: #F91D74;
}
.BgClassName
{
background-color: #F91D74;
}
</style>
border-color css
<style>
span { border-color: #F91D74; }
span { border-color: rgb(249,29,116); }
td.TdClassName
{
border-color: #F91D74;
}
.TagClassName
{
border-color: #F91D74;
}
</style>