Shades of Ruby #F01C66
Tints of Ruby #F01C66
RGB
CMYK
RGB Variations
Color information
#F01C66 (or 0xF01C66) is known color: Ruby. HEX triplet: F0, 1C and 66. RGB value is (240,28,102). Sum of RGB (Red+Green+Blue) = 240+28+102=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01C66 is #0FE399. Grayscale: #636363. Windows color (decimal): -1041306 or 6692080. OLE color: 6692080.
HSL color Cylindrical-coordinate representation of color #F01C66: hue angle of 339.06º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01C66 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 102 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.06 |
| HSL | 339.06º | 0.88% | 0.53% | - |
| HSV(B) | 339.06º | 0.88% | 0.94% | - |
| XYZ | 38.75 | 20.32 | 14.45 | - |
| YUV | 99.82 | 129.24 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 102 | 0 | 0.88 | 0.58 | 0.06 | 339.06 | 0.88 | 0.53 |
| Hex | F0 | 1C | 66 | 0 | 58 | 3A | 6 | 153 | 58 | 35 |
| Octal | 360 | 34 | 146 | 0 | 130 | 72 | 6 | 523 | 130 | 65 |
| Binary | 11110000 | 11100 | 1100110 | 0 | 1011000 | 111010 | 110 | 101010011 | 1011000 | 110101 |
Color Harmonies of #F01C66
Complementary color
Monochromatic Colors of #F01C66
Black with #F01C66
Text Example
Text Example
White with #F01C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C66; }
p { color: rgb(240,28,102); }
H1.HeaderClassName
{
color: #F01C66;
}
.AnyTagClassName
{
color: #F01C66;
}
</style>
background-color css
<style>
a { background-color: #F01C66; }
a { background-color: rgb(240,28,102); }
div.DivClassName
{
background-color: #F01C66;
}
.BgClassName
{
background-color: #F01C66;
}
</style>
border-color css
<style>
span { border-color: #F01C66; }
span { border-color: rgb(240,28,102); }
td.TdClassName
{
border-color: #F01C66;
}
.TagClassName
{
border-color: #F01C66;
}
</style>