Shades of Ruby #F32177
Tints of Ruby #F32177
RGB
CMYK
RGB Variations
Color information
#F32177 (or 0xF32177) is known color: Ruby. HEX triplet: F3, 21 and 77. RGB value is (243,33,119). Sum of RGB (Red+Green+Blue) = 243+33+119=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F32177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32177 is #0CDE88. Grayscale: #696969. Windows color (decimal): -843401 or 7807475. OLE color: 7807475.
HSL color Cylindrical-coordinate representation of color #F32177: hue angle of 335.43º 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 #F32177 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 119 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.05 |
| HSL | 335.43º | 0.9% | 0.54% | - |
| HSV(B) | 335.43º | 0.86% | 0.95% | - |
| XYZ | 40.84 | 21.47 | 19.45 | - |
| YUV | 105.59 | 135.57 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 119 | 0 | 0.86 | 0.51 | 0.05 | 335.43 | 0.9 | 0.54 |
| Hex | F3 | 21 | 77 | 0 | 56 | 33 | 5 | 14F | 5A | 36 |
| Octal | 363 | 41 | 167 | 0 | 126 | 63 | 5 | 517 | 132 | 66 |
| Binary | 11110011 | 100001 | 1110111 | 0 | 1010110 | 110011 | 101 | 101001111 | 1011010 | 110110 |
Color Harmonies of #F32177
Complementary color
Monochromatic Colors of #F32177
Black with #F32177
Text Example
Text Example
White with #F32177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32177; }
p { color: rgb(243,33,119); }
H1.HeaderClassName
{
color: #F32177;
}
.AnyTagClassName
{
color: #F32177;
}
</style>
background-color css
<style>
a { background-color: #F32177; }
a { background-color: rgb(243,33,119); }
div.DivClassName
{
background-color: #F32177;
}
.BgClassName
{
background-color: #F32177;
}
</style>
border-color css
<style>
span { border-color: #F32177; }
span { border-color: rgb(243,33,119); }
td.TdClassName
{
border-color: #F32177;
}
.TagClassName
{
border-color: #F32177;
}
</style>