Shades of Ruby #F81874
Tints of Ruby #F81874
RGB
CMYK
RGB Variations
Color information
#F81874 (or 0xF81874) is known color: Ruby. HEX triplet: F8, 18 and 74. RGB value is (248,24,116). Sum of RGB (Red+Green+Blue) = 248+24+116=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F81874 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81874 is #07E78B. Grayscale: #656565. Windows color (decimal): -518028 or 7608568. OLE color: 7608568.
HSL color Cylindrical-coordinate representation of color #F81874: hue angle of 335.36º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81874 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 116 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.03 |
| HSL | 335.36º | 0.94% | 0.53% | - |
| HSV(B) | 335.36º | 0.9% | 0.97% | - |
| XYZ | 42.19 | 21.87 | 18.52 | - |
| YUV | 101.46 | 136.21 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 116 | 0 | 0.90 | 0.53 | 0.03 | 335.36 | 0.94 | 0.53 |
| Hex | F8 | 18 | 74 | 0 | 5A | 35 | 3 | 14F | 5E | 35 |
| Octal | 370 | 30 | 164 | 0 | 132 | 65 | 3 | 517 | 136 | 65 |
| Binary | 11111000 | 11000 | 1110100 | 0 | 1011010 | 110101 | 11 | 101001111 | 1011110 | 110101 |
Color Harmonies of #F81874
Complementary color
Monochromatic Colors of #F81874
Black with #F81874
Text Example
Text Example
White with #F81874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81874; }
p { color: rgb(248,24,116); }
H1.HeaderClassName
{
color: #F81874;
}
.AnyTagClassName
{
color: #F81874;
}
</style>
background-color css
<style>
a { background-color: #F81874; }
a { background-color: rgb(248,24,116); }
div.DivClassName
{
background-color: #F81874;
}
.BgClassName
{
background-color: #F81874;
}
</style>
border-color css
<style>
span { border-color: #F81874; }
span { border-color: rgb(248,24,116); }
td.TdClassName
{
border-color: #F81874;
}
.TagClassName
{
border-color: #F81874;
}
</style>