Shades of Ruby #F01C5C
Tints of Ruby #F01C5C
RGB
CMYK
RGB Variations
Color information
#F01C5C (or 0xF01C5C) is known color: Ruby. HEX triplet: F0, 1C and 5C. RGB value is (240,28,92). Sum of RGB (Red+Green+Blue) = 240+28+92=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F01C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01C5C is #0FE3A3. Grayscale: #626262. Windows color (decimal): -1041316 or 6036720. OLE color: 6036720.
HSL color Cylindrical-coordinate representation of color #F01C5C: hue angle of 341.89º 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 #F01C5C is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 92 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.06 |
| HSL | 341.89º | 0.88% | 0.53% | - |
| HSV(B) | 341.89º | 0.88% | 0.94% | - |
| XYZ | 38.28 | 20.13 | 11.99 | - |
| YUV | 98.68 | 124.24 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 92 | 0 | 0.88 | 0.62 | 0.06 | 341.89 | 0.88 | 0.53 |
| Hex | F0 | 1C | 5C | 0 | 58 | 3E | 6 | 156 | 58 | 35 |
| Octal | 360 | 34 | 134 | 0 | 130 | 76 | 6 | 526 | 130 | 65 |
| Binary | 11110000 | 11100 | 1011100 | 0 | 1011000 | 111110 | 110 | 101010110 | 1011000 | 110101 |
Color Harmonies of #F01C5C
Complementary color
Monochromatic Colors of #F01C5C
Black with #F01C5C
Text Example
Text Example
White with #F01C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01C5C; }
p { color: rgb(240,28,92); }
H1.HeaderClassName
{
color: #F01C5C;
}
.AnyTagClassName
{
color: #F01C5C;
}
</style>
background-color css
<style>
a { background-color: #F01C5C; }
a { background-color: rgb(240,28,92); }
div.DivClassName
{
background-color: #F01C5C;
}
.BgClassName
{
background-color: #F01C5C;
}
</style>
border-color css
<style>
span { border-color: #F01C5C; }
span { border-color: rgb(240,28,92); }
td.TdClassName
{
border-color: #F01C5C;
}
.TagClassName
{
border-color: #F01C5C;
}
</style>