Shades of Ruby #F32077
Tints of Ruby #F32077
RGB
CMYK
RGB Variations
Color information
#F32077 (or 0xF32077) is known color: Ruby. HEX triplet: F3, 20 and 77. RGB value is (243,32,119). Sum of RGB (Red+Green+Blue) = 243+32+119=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F32077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32077 is #0CDF88. Grayscale: #686868. Windows color (decimal): -843657 or 7807219. OLE color: 7807219.
HSL color Cylindrical-coordinate representation of color #F32077: hue angle of 335.26º 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 #F32077 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 32 | 119 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.05 |
| HSL | 335.26º | 0.9% | 0.54% | - |
| HSV(B) | 335.26º | 0.87% | 0.95% | - |
| XYZ | 40.81 | 21.42 | 19.44 | - |
| YUV | 105.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 32 | 119 | 0 | 0.87 | 0.51 | 0.05 | 335.26 | 0.9 | 0.54 |
| Hex | F3 | 20 | 77 | 0 | 57 | 33 | 5 | 14F | 5A | 36 |
| Octal | 363 | 40 | 167 | 0 | 127 | 63 | 5 | 517 | 132 | 66 |
| Binary | 11110011 | 100000 | 1110111 | 0 | 1010111 | 110011 | 101 | 101001111 | 1011010 | 110110 |
Color Harmonies of #F32077
Complementary color
Monochromatic Colors of #F32077
Black with #F32077
Text Example
Text Example
White with #F32077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32077; }
p { color: rgb(243,32,119); }
H1.HeaderClassName
{
color: #F32077;
}
.AnyTagClassName
{
color: #F32077;
}
</style>
background-color css
<style>
a { background-color: #F32077; }
a { background-color: rgb(243,32,119); }
div.DivClassName
{
background-color: #F32077;
}
.BgClassName
{
background-color: #F32077;
}
</style>
border-color css
<style>
span { border-color: #F32077; }
span { border-color: rgb(243,32,119); }
td.TdClassName
{
border-color: #F32077;
}
.TagClassName
{
border-color: #F32077;
}
</style>