Shades of Ruby #F01274
Tints of Ruby #F01274
RGB
CMYK
RGB Variations
Color information
#F01274 (or 0xF01274) is known color: Ruby. HEX triplet: F0, 12 and 74. RGB value is (240,18,116). Sum of RGB (Red+Green+Blue) = 240+18+116=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F01274 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01274 is #0FED8B. Grayscale: #5F5F5F. Windows color (decimal): -1043852 or 7607024. OLE color: 7607024.
HSL color Cylindrical-coordinate representation of color #F01274: hue angle of 333.51º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01274 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 116 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.06 |
| HSL | 333.51º | 0.88% | 0.51% | - |
| HSV(B) | 333.51º | 0.93% | 0.94% | - |
| XYZ | 39.3 | 20.22 | 18.35 | - |
| YUV | 95.55 | 139.55 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 116 | 0 | 0.92 | 0.52 | 0.06 | 333.51 | 0.88 | 0.51 |
| Hex | F0 | 12 | 74 | 0 | 5C | 34 | 6 | 14E | 58 | 33 |
| Octal | 360 | 22 | 164 | 0 | 134 | 64 | 6 | 516 | 130 | 63 |
| Binary | 11110000 | 10010 | 1110100 | 0 | 1011100 | 110100 | 110 | 101001110 | 1011000 | 110011 |
Color Harmonies of #F01274
Complementary color
Monochromatic Colors of #F01274
Black with #F01274
Text Example
Text Example
White with #F01274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01274; }
p { color: rgb(240,18,116); }
H1.HeaderClassName
{
color: #F01274;
}
.AnyTagClassName
{
color: #F01274;
}
</style>
background-color css
<style>
a { background-color: #F01274; }
a { background-color: rgb(240,18,116); }
div.DivClassName
{
background-color: #F01274;
}
.BgClassName
{
background-color: #F01274;
}
</style>
border-color css
<style>
span { border-color: #F01274; }
span { border-color: rgb(240,18,116); }
td.TdClassName
{
border-color: #F01274;
}
.TagClassName
{
border-color: #F01274;
}
</style>