Shades of Ruby #F32173
Tints of Ruby #F32173
RGB
CMYK
RGB Variations
Color information
#F32173 (or 0xF32173) is known color: Ruby. HEX triplet: F3, 21 and 73. RGB value is (243,33,115). Sum of RGB (Red+Green+Blue) = 243+33+115=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F32173 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32173 is #0CDE8C. Grayscale: #696969. Windows color (decimal): -843405 or 7545331. OLE color: 7545331.
HSL color Cylindrical-coordinate representation of color #F32173: hue angle of 336.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32173 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 115 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.05 |
| HSL | 336.57º | 0.9% | 0.54% | - |
| HSV(B) | 336.57º | 0.86% | 0.95% | - |
| XYZ | 40.6 | 21.38 | 18.21 | - |
| YUV | 105.14 | 133.57 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 115 | 0 | 0.86 | 0.53 | 0.05 | 336.57 | 0.9 | 0.54 |
| Hex | F3 | 21 | 73 | 0 | 56 | 35 | 5 | 151 | 5A | 36 |
| Octal | 363 | 41 | 163 | 0 | 126 | 65 | 5 | 521 | 132 | 66 |
| Binary | 11110011 | 100001 | 1110011 | 0 | 1010110 | 110101 | 101 | 101010001 | 1011010 | 110110 |
Color Harmonies of #F32173
Complementary color
Monochromatic Colors of #F32173
Black with #F32173
Text Example
Text Example
White with #F32173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32173; }
p { color: rgb(243,33,115); }
H1.HeaderClassName
{
color: #F32173;
}
.AnyTagClassName
{
color: #F32173;
}
</style>
background-color css
<style>
a { background-color: #F32173; }
a { background-color: rgb(243,33,115); }
div.DivClassName
{
background-color: #F32173;
}
.BgClassName
{
background-color: #F32173;
}
</style>
border-color css
<style>
span { border-color: #F32173; }
span { border-color: rgb(243,33,115); }
td.TdClassName
{
border-color: #F32173;
}
.TagClassName
{
border-color: #F32173;
}
</style>