Shades of Ruby #F32072
Tints of Ruby #F32072
RGB
CMYK
RGB Variations
Color information
#F32072 (or 0xF32072) is known color: Ruby. HEX triplet: F3, 20 and 72. RGB value is (243,32,114). Sum of RGB (Red+Green+Blue) = 243+32+114=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F32072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32072 is #0CDF8D. Grayscale: #686868. Windows color (decimal): -843662 or 7479539. OLE color: 7479539.
HSL color Cylindrical-coordinate representation of color #F32072: hue angle of 336.68º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32072 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 114 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.05 |
| HSL | 336.68º | 0.9% | 0.54% | - |
| HSV(B) | 336.68º | 0.87% | 0.95% | - |
| XYZ | 40.52 | 21.3 | 17.9 | - |
| YUV | 104.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 114 | 0 | 0.87 | 0.53 | 0.05 | 336.68 | 0.9 | 0.54 |
| Hex | F3 | 20 | 72 | 0 | 57 | 35 | 5 | 151 | 5A | 36 |
| Octal | 363 | 40 | 162 | 0 | 127 | 65 | 5 | 521 | 132 | 66 |
| Binary | 11110011 | 100000 | 1110010 | 0 | 1010111 | 110101 | 101 | 101010001 | 1011010 | 110110 |
Color Harmonies of #F32072
Complementary color
Monochromatic Colors of #F32072
Black with #F32072
Text Example
Text Example
White with #F32072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32072; }
p { color: rgb(243,32,114); }
H1.HeaderClassName
{
color: #F32072;
}
.AnyTagClassName
{
color: #F32072;
}
</style>
background-color css
<style>
a { background-color: #F32072; }
a { background-color: rgb(243,32,114); }
div.DivClassName
{
background-color: #F32072;
}
.BgClassName
{
background-color: #F32072;
}
</style>
border-color css
<style>
span { border-color: #F32072; }
span { border-color: rgb(243,32,114); }
td.TdClassName
{
border-color: #F32072;
}
.TagClassName
{
border-color: #F32072;
}
</style>