Shades of Ruby #F81272
Tints of Ruby #F81272
RGB
CMYK
RGB Variations
Color information
#F81272 (or 0xF81272) is known color: Ruby. HEX triplet: F8, 12 and 72. RGB value is (248,18,114). Sum of RGB (Red+Green+Blue) = 248+18+114=380 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.26% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 248 - color contains mainly: red. Hex color #F81272 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81272 is #07ED8D. Grayscale: #616161. Windows color (decimal): -519566 or 7475960. OLE color: 7475960.
HSL color Cylindrical-coordinate representation of color #F81272: hue angle of 334.96º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81272 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 114 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.03 |
| HSL | 334.96º | 0.94% | 0.52% | - |
| HSV(B) | 334.96º | 0.93% | 0.97% | - |
| XYZ | 41.96 | 21.6 | 17.88 | - |
| YUV | 97.71 | 137.2 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 114 | 0 | 0.93 | 0.54 | 0.03 | 334.96 | 0.94 | 0.52 |
| Hex | F8 | 12 | 72 | 0 | 5D | 36 | 3 | 14F | 5E | 34 |
| Octal | 370 | 22 | 162 | 0 | 135 | 66 | 3 | 517 | 136 | 64 |
| Binary | 11111000 | 10010 | 1110010 | 0 | 1011101 | 110110 | 11 | 101001111 | 1011110 | 110100 |
Color Harmonies of #F81272
Complementary color
Monochromatic Colors of #F81272
Black with #F81272
Text Example
Text Example
White with #F81272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81272; }
p { color: rgb(248,18,114); }
H1.HeaderClassName
{
color: #F81272;
}
.AnyTagClassName
{
color: #F81272;
}
</style>
background-color css
<style>
a { background-color: #F81272; }
a { background-color: rgb(248,18,114); }
div.DivClassName
{
background-color: #F81272;
}
.BgClassName
{
background-color: #F81272;
}
</style>
border-color css
<style>
span { border-color: #F81272; }
span { border-color: rgb(248,18,114); }
td.TdClassName
{
border-color: #F81272;
}
.TagClassName
{
border-color: #F81272;
}
</style>