Shades of Ruby #F01B5C
Tints of Ruby #F01B5C
RGB
CMYK
RGB Variations
Color information
#F01B5C (or 0xF01B5C) is known color: Ruby. HEX triplet: F0, 1B and 5C. RGB value is (240,27,92). Sum of RGB (Red+Green+Blue) = 240+27+92=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B5C is #0FE4A3. Grayscale: #626262. Windows color (decimal): -1041572 or 6036464. OLE color: 6036464.
HSL color Cylindrical-coordinate representation of color #F01B5C: hue angle of 341.69º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01B5C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 92 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.06 |
| HSL | 341.69º | 0.88% | 0.52% | - |
| HSV(B) | 341.69º | 0.89% | 0.94% | - |
| XYZ | 38.26 | 20.08 | 11.98 | - |
| YUV | 98.1 | 124.57 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 92 | 0 | 0.89 | 0.62 | 0.06 | 341.69 | 0.88 | 0.52 |
| Hex | F0 | 1B | 5C | 0 | 59 | 3E | 6 | 156 | 58 | 34 |
| Octal | 360 | 33 | 134 | 0 | 131 | 76 | 6 | 526 | 130 | 64 |
| Binary | 11110000 | 11011 | 1011100 | 0 | 1011001 | 111110 | 110 | 101010110 | 1011000 | 110100 |
Color Harmonies of #F01B5C
Complementary color
Monochromatic Colors of #F01B5C
Black with #F01B5C
Text Example
Text Example
White with #F01B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01B5C; }
p { color: rgb(240,27,92); }
H1.HeaderClassName
{
color: #F01B5C;
}
.AnyTagClassName
{
color: #F01B5C;
}
</style>
background-color css
<style>
a { background-color: #F01B5C; }
a { background-color: rgb(240,27,92); }
div.DivClassName
{
background-color: #F01B5C;
}
.BgClassName
{
background-color: #F01B5C;
}
</style>
border-color css
<style>
span { border-color: #F01B5C; }
span { border-color: rgb(240,27,92); }
td.TdClassName
{
border-color: #F01B5C;
}
.TagClassName
{
border-color: #F01B5C;
}
</style>