Shades of Ruby #F32174
Tints of Ruby #F32174
RGB
CMYK
RGB Variations
Color information
#F32174 (or 0xF32174) is known color: Ruby. HEX triplet: F3, 21 and 74. RGB value is (243,33,116). Sum of RGB (Red+Green+Blue) = 243+33+116=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F32174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32174 is #0CDE8B. Grayscale: #696969. Windows color (decimal): -843404 or 7610867. OLE color: 7610867.
HSL color Cylindrical-coordinate representation of color #F32174: hue angle of 336.29º 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 #F32174 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 33 | 116 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.05 |
| HSL | 336.29º | 0.9% | 0.54% | - |
| HSV(B) | 336.29º | 0.86% | 0.95% | - |
| XYZ | 40.66 | 21.4 | 18.51 | - |
| YUV | 105.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 33 | 116 | 0 | 0.86 | 0.52 | 0.05 | 336.29 | 0.9 | 0.54 |
| Hex | F3 | 21 | 74 | 0 | 56 | 34 | 5 | 150 | 5A | 36 |
| Octal | 363 | 41 | 164 | 0 | 126 | 64 | 5 | 520 | 132 | 66 |
| Binary | 11110011 | 100001 | 1110100 | 0 | 1010110 | 110100 | 101 | 101010000 | 1011010 | 110110 |
Color Harmonies of #F32174
Complementary color
Monochromatic Colors of #F32174
Black with #F32174
Text Example
Text Example
White with #F32174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32174; }
p { color: rgb(243,33,116); }
H1.HeaderClassName
{
color: #F32174;
}
.AnyTagClassName
{
color: #F32174;
}
</style>
background-color css
<style>
a { background-color: #F32174; }
a { background-color: rgb(243,33,116); }
div.DivClassName
{
background-color: #F32174;
}
.BgClassName
{
background-color: #F32174;
}
</style>
border-color css
<style>
span { border-color: #F32174; }
span { border-color: rgb(243,33,116); }
td.TdClassName
{
border-color: #F32174;
}
.TagClassName
{
border-color: #F32174;
}
</style>