Shades of Ruby #F02175
Tints of Ruby #F02175
RGB
CMYK
RGB Variations
Color information
#F02175 (or 0xF02175) is known color: Ruby. HEX triplet: F0, 21 and 75. RGB value is (240,33,117). Sum of RGB (Red+Green+Blue) = 240+33+117=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F02175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02175 is #0FDE8A. Grayscale: #686868. Windows color (decimal): -1040011 or 7676400. OLE color: 7676400.
HSL color Cylindrical-coordinate representation of color #F02175: hue angle of 335.65º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F02175 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 33 | 117 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.06 |
| HSL | 335.65º | 0.87% | 0.54% | - |
| HSV(B) | 335.65º | 0.86% | 0.94% | - |
| XYZ | 39.69 | 20.9 | 18.77 | - |
| YUV | 104.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 33 | 117 | 0 | 0.86 | 0.51 | 0.06 | 335.65 | 0.87 | 0.54 |
| Hex | F0 | 21 | 75 | 0 | 56 | 33 | 6 | 150 | 57 | 36 |
| Octal | 360 | 41 | 165 | 0 | 126 | 63 | 6 | 520 | 127 | 66 |
| Binary | 11110000 | 100001 | 1110101 | 0 | 1010110 | 110011 | 110 | 101010000 | 1010111 | 110110 |
Color Harmonies of #F02175
Complementary color
Monochromatic Colors of #F02175
Black with #F02175
Text Example
Text Example
White with #F02175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02175; }
p { color: rgb(240,33,117); }
H1.HeaderClassName
{
color: #F02175;
}
.AnyTagClassName
{
color: #F02175;
}
</style>
background-color css
<style>
a { background-color: #F02175; }
a { background-color: rgb(240,33,117); }
div.DivClassName
{
background-color: #F02175;
}
.BgClassName
{
background-color: #F02175;
}
</style>
border-color css
<style>
span { border-color: #F02175; }
span { border-color: rgb(240,33,117); }
td.TdClassName
{
border-color: #F02175;
}
.TagClassName
{
border-color: #F02175;
}
</style>