Shades of Ruby #F01B5A
Tints of Ruby #F01B5A
RGB
CMYK
RGB Variations
Color information
#F01B5A (or 0xF01B5A) is known color: Ruby. HEX triplet: F0, 1B and 5A. RGB value is (240,27,90). Sum of RGB (Red+Green+Blue) = 240+27+90=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B5A is #0FE4A5. Grayscale: #616161. Windows color (decimal): -1041574 or 5905392. OLE color: 5905392.
HSL color Cylindrical-coordinate representation of color #F01B5A: hue angle of 342.25º 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 #F01B5A is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 90 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.06 |
| HSL | 342.25º | 0.88% | 0.52% | - |
| HSV(B) | 342.25º | 0.89% | 0.94% | - |
| XYZ | 38.17 | 20.05 | 11.53 | - |
| YUV | 97.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 90 | 0 | 0.89 | 0.62 | 0.06 | 342.25 | 0.88 | 0.52 |
| Hex | F0 | 1B | 5A | 0 | 59 | 3E | 6 | 156 | 58 | 34 |
| Octal | 360 | 33 | 132 | 0 | 131 | 76 | 6 | 526 | 130 | 64 |
| Binary | 11110000 | 11011 | 1011010 | 0 | 1011001 | 111110 | 110 | 101010110 | 1011000 | 110100 |
Color Harmonies of #F01B5A
Complementary color
Monochromatic Colors of #F01B5A
Black with #F01B5A
Text Example
Text Example
White with #F01B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01B5A; }
p { color: rgb(240,27,90); }
H1.HeaderClassName
{
color: #F01B5A;
}
.AnyTagClassName
{
color: #F01B5A;
}
</style>
background-color css
<style>
a { background-color: #F01B5A; }
a { background-color: rgb(240,27,90); }
div.DivClassName
{
background-color: #F01B5A;
}
.BgClassName
{
background-color: #F01B5A;
}
</style>
border-color css
<style>
span { border-color: #F01B5A; }
span { border-color: rgb(240,27,90); }
td.TdClassName
{
border-color: #F01B5A;
}
.TagClassName
{
border-color: #F01B5A;
}
</style>