Shades of Ruby #F81A70
Tints of Ruby #F81A70
RGB
CMYK
RGB Variations
Color information
#F81A70 (or 0xF81A70) is known color: Ruby. HEX triplet: F8, 1A and 70. RGB value is (248,26,112). Sum of RGB (Red+Green+Blue) = 248+26+112=386 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.25% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F81A70 is #07E58F. Grayscale: #666666. Windows color (decimal): -517520 or 7346936. OLE color: 7346936.
HSL color Cylindrical-coordinate representation of color #F81A70: hue angle of 336.76º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A70 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 112 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.03 |
| HSL | 336.76º | 0.94% | 0.54% | - |
| HSV(B) | 336.76º | 0.9% | 0.97% | - |
| XYZ | 42.01 | 21.87 | 17.34 | - |
| YUV | 102.18 | 133.55 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 112 | 0 | 0.90 | 0.55 | 0.03 | 336.76 | 0.94 | 0.54 |
| Hex | F8 | 1A | 70 | 0 | 5A | 37 | 3 | 151 | 5E | 36 |
| Octal | 370 | 32 | 160 | 0 | 132 | 67 | 3 | 521 | 136 | 66 |
| Binary | 11111000 | 11010 | 1110000 | 0 | 1011010 | 110111 | 11 | 101010001 | 1011110 | 110110 |
Color Harmonies of #F81A70
Complementary color
Monochromatic Colors of #F81A70
Black with #F81A70
Text Example
Text Example
White with #F81A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A70; }
p { color: rgb(248,26,112); }
H1.HeaderClassName
{
color: #F81A70;
}
.AnyTagClassName
{
color: #F81A70;
}
</style>
background-color css
<style>
a { background-color: #F81A70; }
a { background-color: rgb(248,26,112); }
div.DivClassName
{
background-color: #F81A70;
}
.BgClassName
{
background-color: #F81A70;
}
</style>
border-color css
<style>
span { border-color: #F81A70; }
span { border-color: rgb(248,26,112); }
td.TdClassName
{
border-color: #F81A70;
}
.TagClassName
{
border-color: #F81A70;
}
</style>